Skip to content

Commit 0a6f94b

Browse files
committed
Add alternative abbreviation
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1522809 13f79535-47bb-0310-9956-ffa450edef68
1 parent 10b1110 commit 0a6f94b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/main/java/org/apache/commons/csv/package-info.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@
1919
* Apache Commons CSV Format Support.
2020
*
2121
* <p>CSV (or its dialects) are widely used as interfaces to legacy systems or
22-
* manual data-imports. Basically CSV stands for "Comma Separated Values" but
23-
* this simple abbreviation leads to more confusion than definitions.</p>
22+
* manual data-imports. CSV stands for "Comma Separated Values" (or sometimes
23+
* "Character Separated Values") but this simple abbreviation leads to more
24+
* confusion than definitions.</p>
2425
*
2526
* <p>Common to all file dialects is its basic structure: The CSV data-format
2627
* is record oriented, whereas each record starts on a new textual line. A

0 commit comments

Comments
 (0)