Browse Source

json_tokener.h: json_tokener_parse_verbose: fix typo

tags/json-c-0.18-20240915
Alan Urmancheev GitHub 1 year ago
parent
commit
0741ce3918
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      json_tokener.h

+ 1
- 1
json_tokener.h View File

@@ -230,7 +230,7 @@ JSON_EXPORT void json_tokener_reset(struct json_tokener *tok);
JSON_EXPORT struct json_object *json_tokener_parse(const char *str); JSON_EXPORT struct json_object *json_tokener_parse(const char *str);


/** /**
* Parser a json_object out of the string `str`, but if it fails
* Parse a json_object out of the string `str`, but if it fails
* return the error in `*error`. * return the error in `*error`.
* @see json_tokener_parse() * @see json_tokener_parse()
* @see json_tokener_parse_ex() * @see json_tokener_parse_ex()


Loading…
Cancel
Save