Skip to content

Commit bbeb64a

Browse files
committed
Cleaning documentation.
1 parent 78e75a8 commit bbeb64a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/jsonparser/stringparsing.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ static const u8 escape_map[256] = {
3434

3535
// handle a unicode codepoint
3636
// write appropriate values into dest
37-
// src will always advance 6 bytes
37+
// src will advance 6 bytes or 12 bytes
3838
// dest will advance a variable amount (return via pointer)
3939
// return true if the unicode codepoint was valid
4040
// We work in little-endian then swap at write time

0 commit comments

Comments
 (0)