Merge pull request #770 from Psidium/master

Fix typo in JsonArray docs
This commit is contained in:
Jesse Wilson 2016-01-12 07:16:19 -08:00
commit 34f4005829

View File

@ -162,7 +162,7 @@ public final class JsonArray extends JsonElement implements Iterable<JsonElement
} }
/** /**
* Returns an iterator to navigate the elemetns of the array. Since the array is an ordered list, * Returns an iterator to navigate the elements of the array. Since the array is an ordered list,
* the iterator navigates the elements in the order they were inserted. * the iterator navigates the elements in the order they were inserted.
* *
* @return an iterator to navigate the elements of the array. * @return an iterator to navigate the elements of the array.