diff options
-rw-r--r-- | doc/lua/openstarbound/chat.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lua/openstarbound/chat.md b/doc/lua/openstarbound/chat.md index 834b4e8..af9c96d 100644 --- a/doc/lua/openstarbound/chat.md +++ b/doc/lua/openstarbound/chat.md @@ -17,7 +17,7 @@ If `data` is provided, it will be sent as a JSON object with the message. This c --- -#### `List<String>` chat.command(`String` command) +#### `String[]` chat.command(`String` command) Executes the specified command and returns a list of strings with the result. |