| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4e8e24d commit f96f505
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -78,7 +78,7 @@ of this software and associated documentation files (the "Software"), to deal | |||
| 78 | 78 | * </ul> | |
| 79 | 79 | * | |
| 80 | 80 | * @author JSON.org | |
| 81 | - * @version 2016-05-20 | ||
| 81 | + * @version 2016-08/15 | ||
| 82 | 82 | */ | |
| 83 | 83 | public class JSONArray implements Iterable<Object> { | |
| 84 | 84 | ||
@@ -961,7 +961,7 @@ public JSONArray put(int index, Object value) throws JSONException { | |||
| 961 | 961 | } | |
| 962 | 962 | ||
| 963 | 963 | /** | |
| 964 | - * Creates a JSONPointer using an intialization string and tries to | ||
| 964 | + * Creates a JSONPointer using an initialization string and tries to | ||
| 965 | 965 | * match it to an item within this JSONArray. For example, given a | |
| 966 | 966 | * JSONArray initialized with this document: | |
| 967 | 967 | * <pre> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments