Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit cd8799e

Browse files
committed
Javadoc minor tweak.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1694973 13f79535-47bb-0310-9956-ffa450edef68
1 parent 39cb68a commit cd8799e

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
@@ -29,7 +29,7 @@ public enum QuoteMode {
2929
ALL,
3030

3131
/**
32-
* Quotes fields which contain special characters such as a delimiter, quote character or any of the characters in
32+
* Quotes fields which contain special characters such as a delimiter, quotes character or any of the characters in
3333
* line separator.
3434
*/
3535
MINIMAL,

0 commit comments

Comments
 (0)