Skip to content

Commit c00f4d4

Browse files
committed
Typo: 'JavaDoc' -> 'Javadoc'.
1 parent 00583b2 commit c00f4d4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Documentation
5555
-------------
5656

5757
More information can be found on the [Apache Commons CSV homepage](https://commons.apache.org/proper/commons-csv).
58-
The [JavaDoc](https://commons.apache.org/proper/commons-csv/javadocs/api-release) can be browsed.
58+
The [Javadoc](https://commons.apache.org/proper/commons-csv/javadocs/api-release) can be browsed.
5959
Questions related to the usage of Apache Commons CSV should be posted to the [user mailing list][ml].
6060

6161
Where can I get the latest release?

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
*
100100
* <p>
101101
* If the predefined formats don't match the format at hands, custom formats can be defined. More information about
102-
* customising CSVFormats is available in {@link CSVFormat CSVFormat JavaDoc}.
102+
* customising CSVFormats is available in {@link CSVFormat CSVFormat Javadoc}.
103103
* </p>
104104
*
105105
* <h2>Parsing into memory</h2>

0 commit comments

Comments
 (0)