Skip to content

Commit

Permalink
Fix typo (#1246)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesZBL authored Aug 7, 2022
1 parent 390385e commit 9868957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gson/src/main/java/com/google/gson/stream/JsonScope.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ final class JsonScope {
static final int EMPTY_ARRAY = 1;

/**
* A array with at least one value requires a comma and newline before
* An array with at least one value requires a comma and newline before
* the next element.
*/
static final int NONEMPTY_ARRAY = 2;
Expand Down

0 comments on commit 9868957

Please sign in to comment.