Fix typo in json_object_get_value_at documentation (#587)
This commit is contained in:
parent
8d1f924248
commit
1f0dc33875
|
@ -594,10 +594,8 @@ native json_object_get_name(const JSON:object, index, buffer[], maxlen);
|
|||
*
|
||||
* @param object Object handle
|
||||
* @param index Position from which get key name
|
||||
* @param buffer Buffer to copy string to
|
||||
* @param maxlen Maximum size of the buffer
|
||||
*
|
||||
* @return The number of cells written to the buffer
|
||||
* @return JSON handle, Invalid_JSON if error occurred
|
||||
* @error If passed handle is not a valid object
|
||||
*/
|
||||
native JSON:json_object_get_value_at(const JSON:object, index);
|
||||
|
|
Loading…
Reference in New Issue
Block a user