Always write 'CSV' in capital letters
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1522807 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c43e8fa5de
commit
10b1110942
|
@ -31,7 +31,7 @@
|
|||
* record := values*
|
||||
* </pre>
|
||||
*
|
||||
* <p>The following list contains the csv aspects the Commons CSV parser supports:</p>
|
||||
* <p>The following list contains the CSV aspects the Commons CSV parser supports:</p>
|
||||
* <dl>
|
||||
* <dt>Separators (for lines)</dt>
|
||||
* <dd>The record separators are hardcoded and cannot be changed. The must be '\r', '\n' or '\r\n'.</dd>
|
||||
|
|
Loading…
Reference in New Issue