Skip to content

Commit 44753cf

Browse files
typo
Co-authored-by: Marcono1234 <Marcono1234@users.noreply.github.com>
1 parent fc48893 commit 44753cf

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
@@ -41,7 +41,7 @@
4141
* @author Joel Leitch
4242
*/
4343
public final class JsonArray extends JsonElement implements Iterable<JsonElement> {
44-
/** All elements in this list are nonnull. */
44+
/** All elements in this list are non-null. */
4545
private final ArrayList<JsonElement> elements;
4646

4747
@SuppressWarnings({"deprecation", "NonApiType"}) // superclass constructor

0 commit comments

Comments
 (0)