1
0
Fork 0
mirror of https://github.com/ethauvin/JSON-java.git synced 2025-06-17 07:50:52 -07:00

fix spelling in comment

This commit is contained in:
John J. Aylward 2017-04-27 12:48:43 -04:00
parent 9df5d34bbe
commit 95da4246a2

View file

@ -782,7 +782,7 @@ public class JSONMLTest {
// this test does not pass for the following reasons:
// 1. Our XML parser does not handle generic HTML entities, only valid XML entities. Hence  
// or other HTML specific entites would fail on reversability
// or other HTML specific entities would fail on reversability
// 2. Our JSON implementation for storing the XML attributes uses the standard unordered map.
// This means that <tag attr1="v1" attr2="v2" /> can not be reversed reliably.
// /**