This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-csv.git
The following commit(s) were added to refs/heads/master by this push: new b55e022d Javadoc b55e022d is described below commit b55e022d0ed39d9d55912281febca50e285bda64 Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Wed Aug 30 09:07:57 2023 -0400 Javadoc --- src/main/java/org/apache/commons/csv/QuoteMode.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/csv/QuoteMode.java b/src/main/java/org/apache/commons/csv/QuoteMode.java index a9b33a10..f2fb1f94 100644 --- a/src/main/java/org/apache/commons/csv/QuoteMode.java +++ b/src/main/java/org/apache/commons/csv/QuoteMode.java @@ -32,7 +32,7 @@ public enum QuoteMode { 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. */ MINIMAL,