Changing to typo introduced

This commit is contained in:
shamprasad.ps 2017-12-22 10:23:39 -07:00
parent b8db20e5f6
commit a9e1cbb9a5

View File

@ -6578,7 +6578,7 @@ class serializer
// check that the additional bytes are present
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
int codepoint = 0;