Skip to content

Commit 10b1110

Browse files
committed
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
1 parent c43e8fa commit 10b1110

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* record := values*
3232
* </pre>
3333
*
34-
* <p>The following list contains the csv aspects the Commons CSV parser supports:</p>
34+
* <p>The following list contains the CSV aspects the Commons CSV parser supports:</p>
3535
* <dl>
3636
* <dt>Separators (for lines)</dt>
3737
* <dd>The record separators are hardcoded and cannot be changed. The must be '\r', '\n' or '\r\n'.</dd>

0 commit comments

Comments
 (0)