Skip to content

Commit b55e022

Browse files
authored
Javadoc
1 parent ecb056f commit b55e022

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/csv/QuoteMode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public enum QuoteMode {
3232
ALL_NON_NULL,
3333

3434
/**
35-
* Quotes fields which contain special characters such as a the field delimiter, quote character or any of the
35+
* Quotes fields that contain special characters such as a field delimiter, quote character, or any of the
3636
* characters in the line separator string.
3737
*/
3838
MINIMAL,

0 commit comments

Comments
 (0)