We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14f6f49 + c398a0d commit 87a6128Copy full SHA for 87a6128
src/yyjson.h
@@ -1773,7 +1773,7 @@ yyjson_api_inline const char *yyjson_get_type_desc(yyjson_val *val);
1773
yyjson_api_inline const char *yyjson_get_raw(yyjson_val *val);
1774
1775
/** Returns the content if the value is bool.
1776
- Returns NULL if `val` is NULL or type is not bool. */
+ Returns false if `val` is NULL or type is not bool. */
1777
yyjson_api_inline bool yyjson_get_bool(yyjson_val *val);
1778
1779
/** Returns the content and cast to uint64_t.
0 commit comments