Javadoc minor tweak.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1694973 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2015-08-10 06:58:10 +00:00
parent 39cb68ab35
commit cd8799e7b2
1 changed files with 1 additions and 1 deletions

View File

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