fix typo in JsonArray docs

This commit is contained in:
Psidium 2016-01-12 11:02:42 -02:00
parent 1f803bd37d
commit 61f58baaf9

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.
*
* @return an iterator to navigate the elements of the array.