Skip to content

Commit ad956f3

Browse files
committed
Don't use yet another term for format
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1522820 13f79535-47bb-0310-9956-ffa450edef68
1 parent 196260e commit ad956f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
import java.util.NoSuchElementException;
3737

3838
/**
39-
* Parses CSV files according to the specified configuration.
39+
* Parses CSV files according to the specified format.
4040
*
41-
* Because CSV appears in many different dialects, the parser supports many configuration settings by allowing the
41+
* Because CSV appears in many different dialects, the parser supports many formats by allowing the
4242
* specification of a {@link CSVFormat}.
4343
*
4444
* <p>

0 commit comments

Comments
 (0)