Skip to content

Commit f96f505

Browse files
authored
Update JSONArray.java
Fixed a Javadoc typo, originally fixed in stleary#249, since reverted. This is to address issue stleary#263
1 parent 4e8e24d commit f96f505

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

JSONArray.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ of this software and associated documentation files (the "Software"), to deal
7878
* </ul>
7979
*
8080
* @author JSON.org
81-
* @version 2016-05-20
81+
* @version 2016-08/15
8282
*/
8383
public class JSONArray implements Iterable<Object> {
8484

@@ -961,7 +961,7 @@ public JSONArray put(int index, Object value) throws JSONException {
961961
}
962962

963963
/**
964-
* Creates a JSONPointer using an intialization string and tries to
964+
* Creates a JSONPointer using an initialization string and tries to
965965
* match it to an item within this JSONArray. For example, given a
966966
* JSONArray initialized with this document:
967967
* <pre>

0 commit comments

Comments
 (0)