Skip to content

Commit

Permalink
fix(native-decls): GetRegisteredCommands showing wrong example data
Browse files Browse the repository at this point in the history
  • Loading branch information
Mycroft-Studios committed Dec 17, 2024
1 parent f557f67 commit 1b82651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/native-decls/GetRegisteredCommands.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ The data returned adheres to the following layout:
[
{
"name": "cmdlist",
"registrar": "resource",
"resource": "resource",
"arity" = -1,
},
{
"name": "command1"
"registrar": "resource_2",
"resource": "resource_2",
"arity" = -1,
}
]
Expand Down

0 comments on commit 1b82651

Please sign in to comment.