Skip to content

Commit

Permalink
Slightly improve frozen doc
Browse files Browse the repository at this point in the history
PUBLISHED_FROM=191600deaa98dc00e05a642a3b8592a41c3e6a66
  • Loading branch information
dimonomid authored and cesantabot committed Dec 17, 2017
1 parent d7ade80 commit d763609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frozen.h
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ int json_printf_array(struct json_out *, va_list *ap);
* 1. Object keys in the format string may be not quoted, e.g. "{key: %d}"
* 2. Order of keys in an object is irrelevant.
* 3. Several extra format specifiers are supported:
* - %B: consumes `int *` (or 'char *', if sizeof(bool) == sizeof(char)),
* - %B: consumes `int *` (or `char *`, if `sizeof(bool) == sizeof(char)`),
* expects boolean `true` or `false`.
* - %Q: consumes `char **`, expects quoted, JSON-encoded string. Scanned
* string is malloc-ed, caller must free() the string.
Expand Down

0 comments on commit d763609

Please sign in to comment.