Skip to content

Commit 797057a

Browse files
jmikolakevinAlbs
authored andcommitted
Fix typo in bson_utf8_validate doc block
1 parent 80b2413 commit 797057a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libbson/src/bson/bson-utf8.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ _bson_utf8_get_sequence (const char *utf8, /* IN */
9999
* Parameters:
100100
* @utf8: A UTF-8 encoded string.
101101
* @utf8_len: The length of @utf8 in bytes.
102-
* @allow_null: If \0 is allowed within @utf8, exclusing trailing \0.
102+
* @allow_null: If \0 is allowed within @utf8, excluding trailing \0.
103103
*
104104
* Returns:
105105
* true if @utf8 is valid UTF-8. otherwise false.

0 commit comments

Comments
 (0)