This commit is contained in:
Gary Gregory 2023-08-30 09:07:57 -04:00 committed by GitHub
parent ecb056fd77
commit b55e022d0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ public enum QuoteMode {
ALL_NON_NULL, ALL_NON_NULL,
/** /**
* Quotes fields which contain special characters such as a the field delimiter, quote character or any of the * Quotes fields that contain special characters such as a field delimiter, quote character, or any of the
* characters in the line separator string. * characters in the line separator string.
*/ */
MINIMAL, MINIMAL,