Fix typos
Closes gh-13762
This commit is contained in:
committed by
Stephane Nicoll
parent
19709f7dea
commit
ac8eebfbad
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user