This commit is contained in:
James 2022-08-08 06:43:37 +08:00 committed by GitHub
parent 390385e382
commit 9868957862
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ final class JsonScope {
static final int EMPTY_ARRAY = 1; 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. * the next element.
*/ */
static final int NONEMPTY_ARRAY = 2; static final int NONEMPTY_ARRAY = 2;