Skip to content

Commit

Permalink
Merge pull request #159 from hxdnshx/master
Browse files Browse the repository at this point in the history
Fix incorrect comment
  • Loading branch information
ibireme authored Feb 27, 2024
2 parents 0eca326 + 95e46e9 commit 2ca3753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yyjson.h
Original file line number Diff line number Diff line change
Expand Up @@ -3699,7 +3699,7 @@ yyjson_api_inline bool yyjson_mut_obj_add_strcpy(yyjson_mut_doc *doc,
The `len` should be the length of the `val`, in bytes.
This function allows duplicated key in one object.
@warning The key/value strings are not copied, you should keep these strings
@warning The key strings are not copied, you should keep these strings
unmodified for the lifetime of this JSON document. */
yyjson_api_inline bool yyjson_mut_obj_add_strncpy(yyjson_mut_doc *doc,
yyjson_mut_val *obj,
Expand Down

0 comments on commit 2ca3753

Please sign in to comment.