Skip to content

Commit 1204ea9

Browse files
author
John J. Aylward
committed
fixes a typo
1 parent c5deff6 commit 1204ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ When adding a new unit test, don't forget to update <b>JunitTestSuite.java</b>.
6262

6363
<b>The fundamental issues with JSON-Java testing are:</b><br>
6464
* <b>JSONObjects</b> are unordered, making simple string comparison ineffective.
65-
* Comparisons via **equals()** is not currently supported. Neither <b>JSONArray</b> nor <b>JSONObject</b> overrride <b>hashCode()</b> or <b>equals()</b>, so comparison defaults to the <b>Object</b> equals(), which is not useful.
65+
* Comparisons via **equals()** is not currently supported. Neither <b>JSONArray</b> nor <b>JSONObject</b> override <b>hashCode()</b> or <b>equals()</b>, so comparison defaults to the <b>Object</b> equals(), which is not useful.
6666
* Access to the <b>JSONArray</b> and <b>JSONObject</b> internal containers for comparison is not currently available.
6767

6868
<b>General issues with unit testing are:</b><br>

0 commit comments

Comments
 (0)