Fix typo.

This commit is contained in:
Jordan Bancino 2022-07-27 17:30:36 -04:00
parent 6b8d0f6d5f
commit 9263335fca

View file

@ -307,8 +307,8 @@ Implement a JSON library using the hash map and array
<li>
<s><q>Canonical JSON</q></s>
<ul>
<li><s></s>Keys are sorted lexicographically</s></li>
<li><s></s>Floats are not allowed (ignore any float values)</s></li>
<li><s>Keys are sorted lexicographically</s></li>
<li><s>Floats are not allowed (ignore any float values)</s></li>
<li><s>Encode as UTF-8 instead of using <code>\u</code> escapes</s></li>
<li><s>Decode encoded strings to UTF-8</s></li>
</ul>