We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecb056f commit b55e022Copy full SHA for b55e022
1 file changed
src/main/java/org/apache/commons/csv/QuoteMode.java
@@ -32,7 +32,7 @@ public enum QuoteMode {
32
ALL_NON_NULL,
33
34
/**
35
- * 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
36
* characters in the line separator string.
37
*/
38
MINIMAL,
0 commit comments