Fix typos

Closes gh-13762
This commit is contained in:
dreis2211
2018-07-12 20:56:21 +02:00
committed by Stephane Nicoll
parent 19709f7dea
commit ac8eebfbad
3 changed files with 4 additions and 4 deletions

View File

@@ -405,7 +405,7 @@ public class JSONArray {
* @param index the index to get the value from
* @return the {@code value}
* @throws JSONException if the value at {@code index} doesn't exist or cannot be
* coerced to a int.
* coerced to an int.
*/
public int getInt(int index) throws JSONException {
Object object = get(index);