Skip to content

Commit c616a17

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -818,9 +818,9 @@ public boolean isEscaping() {
818818
}
819819

820820
/**
821-
* Returns whether an quoteChar has been defined.
821+
* Returns whether a quoteChar has been defined.
822822
*
823-
* @return {@code true} if an quoteChar is defined
823+
* @return {@code true} if a quoteChar is defined
824824
*/
825825
public boolean isQuoting() {
826826
return quoteChar != null;

0 commit comments

Comments
 (0)