Skip to content

Commit 5ff8b4c

Browse files
authored
Merge pull request stleary#304 from omarzina/master
[FIX] Update README
2 parents 413bb53 + 5ef4f58 commit 5ff8b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ JSONObject.java: The JSONObject can parse text from a String or a JSONTokener
2222
to produce a map-like object. The object provides methods for manipulating its
2323
contents, and for producing a JSON compliant object serialization.
2424

25-
JSONArray.java: The JSONObject can parse text from a String or a JSONTokener
25+
JSONArray.java: The JSONArray can parse text from a String or a JSONTokener
2626
to produce a vector-like object. The object provides methods for manipulating
2727
its contents, and for producing a JSON compliant array serialization.
2828

0 commit comments

Comments
 (0)