Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion API/fleece/FLMutable.h
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ extern "C" {
/** \defgroup builder Fleece Formatted Value Builder
@{
These functions use the `printf` idiom to make it convenient to create structured Fleece
values in memory with one call. They create or modify a `FLMutableArray` or `FLMutableDict
values in memory with one call. They create or modify a `FLMutableArray` or `FLMutableDict`
by reading the given format string and the following arguments.

The format string is basically JSON5, except that any value in it may be a printf-style
Expand Down
Loading