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:
Benedikt Ritter 2013-09-13 08:09:32 +00:00
parent c43e8fa5de
commit 10b1110942
1 changed files with 1 additions and 1 deletions

View File

@ -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>