From f96f505188e0161c4df78bc827bc05702f08024b Mon Sep 17 00:00:00 2001 From: Sean Leary Date: Mon, 15 Aug 2016 01:53:08 -0500 Subject: [PATCH] Update JSONArray.java Fixed a Javadoc typo, originally fixed in #249, since reverted. This is to address issue #263 --- JSONArray.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JSONArray.java b/JSONArray.java index 776a2bd..2446fd6 100644 --- a/JSONArray.java +++ b/JSONArray.java @@ -78,7 +78,7 @@ import java.util.Map; * * * @author JSON.org - * @version 2016-05-20 + * @version 2016-08/15 */ public class JSONArray implements Iterable { @@ -961,7 +961,7 @@ public class JSONArray implements Iterable { } /** - * 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: *