You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/05/15 18:17:53 UTC

svn commit: r1831647 - /commons/proper/codec/trunk/README.md

Author: ggregory
Date: Tue May 15 18:17:53 2018
New Revision: 1831647

URL: http://svn.apache.org/viewvc?rev=1831647&view=rev
Log:
Typo: 'JavaDoc' -> 'Javadoc'.

Modified:
    commons/proper/codec/trunk/README.md

Modified: commons/proper/codec/trunk/README.md
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/README.md?rev=1831647&r1=1831646&r2=1831647&view=diff
==============================================================================
--- commons/proper/codec/trunk/README.md (original)
+++ commons/proper/codec/trunk/README.md Tue May 15 18:17:53 2018
@@ -55,7 +55,7 @@ Documentation
 -------------
 
 More information can be found on the [Apache Commons Codec homepage](https://commons.apache.org/proper/commons-codec).
-The [JavaDoc](https://commons.apache.org/proper/commons-codec/javadocs/api-release) can be browsed.
+The [Javadoc](https://commons.apache.org/proper/commons-codec/javadocs/api-release) can be browsed.
 Questions related to the usage of Apache Commons Codec should be posted to the [user mailing list][ml].
 
 Where can I get the latest release?