Skip to content

Commit 91058bb

Browse files
committed
Typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1398370 13f79535-47bb-0310-9956-ffa450edef68
1 parent 7d8c7f1 commit 91058bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public enum Quote {
4242

4343
/**
4444
* Never quotes fields. When the delimiter occurs in data, it is preceded by the current escape character. If the
45-
* escape character is not set, printing will thrown an exception if any characters that require escaping are
45+
* escape character is not set, printing will throw an exception if any characters that require escaping are
4646
* encountered.
4747
*/
4848
NONE

0 commit comments

Comments
 (0)