Skip to content

Commit

Permalink
Fix typo in json_parse documentation (#663)
Browse files Browse the repository at this point in the history
Just a small fix on json_parse return description. I'm sure it was supposed to be `Invalid_JSON` instead of `Invalid_JSONValue`.
Thank you, guys, that's one of my favorites features.
  • Loading branch information
AdamRichard21st authored and Arkshine committed Jan 24, 2019
1 parent af56d96 commit 9417ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/include/json.inc
Expand Up @@ -64,7 +64,7 @@ enum JSON
* @param is_file True to treat string param as filename, false otherwise
* @param with_comments True if parsing JSON includes comments (it will ignore them), false otherwise
*
* @return JSON handle, Invalid_JSONValue if error occurred
* @return JSON handle, Invalid_JSON if error occurred
*/
native JSON:json_parse(const string[], bool:is_file = false, bool:with_comments = false);

Expand Down

0 comments on commit 9417ec1

Please sign in to comment.