Changing to typo introduced
This commit is contained in:
parent
b8db20e5f6
commit
a9e1cbb9a5
@ -6578,7 +6578,7 @@ class serializer
|
|||||||
// check that the additional bytes are present
|
// check that the additional bytes are present
|
||||||
assert(i + bytes < s.size());
|
assert(i + bytes < s.size());
|
||||||
|
|
||||||
// to use \uxxxx escaping, we first need to caluclate
|
// to use \uxxxx escaping, we first need to calculate
|
||||||
// the codepoint from the UTF-8 bytes
|
// the codepoint from the UTF-8 bytes
|
||||||
int codepoint = 0;
|
int codepoint = 0;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user