We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f803bd + 61f58ba commit 34f4005Copy full SHA for 34f4005
gson/src/main/java/com/google/gson/JsonArray.java
@@ -162,7 +162,7 @@ public int size() {
162
}
163
164
/**
165
- * 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,
166
* the iterator navigates the elements in the order they were inserted.
167
*
168
* @return an iterator to navigate the elements of the array.
0 commit comments