Skip to content

Commit

Permalink
Update JSONArray.java
Browse files Browse the repository at this point in the history
Fixed a Javadoc typo, originally fixed in #249, since reverted. This is to address issue #263
  • Loading branch information
stleary authored Aug 15, 2016
1 parent 4e8e24d commit f96f505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JSONArray.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ of this software and associated documentation files (the "Software"), to deal
* </ul>
*
* @author JSON.org
* @version 2016-05-20
* @version 2016-08/15
*/
public class JSONArray implements Iterable<Object> {

Expand Down Expand Up @@ -961,7 +961,7 @@ public JSONArray put(int index, Object value) throws JSONException {
}

/**
* Creates a JSONPointer using an intialization string and tries to
* Creates a JSONPointer using an initialization string and tries to
* match it to an item within this JSONArray. For example, given a
* JSONArray initialized with this document:
* <pre>
Expand Down

0 comments on commit f96f505

Please sign in to comment.