Skip to content

Commit 34f4005

Browse files
committed
Merge pull request google#770 from Psidium/master
Fix typo in JsonArray docs
2 parents 1f803bd + 61f58ba commit 34f4005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gson/src/main/java/com/google/gson/JsonArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public int size() {
162162
}
163163

164164
/**
165-
* Returns an iterator to navigate the elemetns of the array. Since the array is an ordered list,
165+
* Returns an iterator to navigate the elements of the array. Since the array is an ordered list,
166166
* the iterator navigates the elements in the order they were inserted.
167167
*
168168
* @return an iterator to navigate the elements of the array.

0 commit comments

Comments
 (0)