mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-18 09:40:38 +01:00
Fix typo
This commit is contained in:
parent
007f1ffb8b
commit
e0f3f7ecbf
1 changed files with 1 additions and 3 deletions
|
@ -29,9 +29,7 @@ The callback function is "guaranteed" to be called exactly once.
|
|||
If an error occurs, the returned object will contain an "error" key, indicating the issue.
|
||||
If the error key exists, it should be assumed that the game server is offline or unreachable.
|
||||
|
||||
Otherwise, the returned object will contain the following keys:
|
||||
|
||||
Guaranteed:
|
||||
Otherwise, the returned object is guaranteed to contain the following keys:
|
||||
|
||||
* name
|
||||
* map
|
||||
|
|
Loading…
Reference in a new issue