Skip to content

Commit 95da424

Browse files
author
John J. Aylward
committed
fix spelling in comment
1 parent 9df5d34 commit 95da424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/json/junit/JSONMLTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ public void testAttributeConversionReversabilityHTML() {
782782

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

0 commit comments

Comments
 (0)