Typo: 'JavaDoc' -> 'Javadoc'.

This commit is contained in:
Gary Gregory 2018-05-15 12:58:59 -06:00
parent 36553ffab3
commit f9499be20e
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ Documentation
-------------
More information can be found on the [homepage](https://commons.apache.org/proper/commons-math).
The [JavaDoc](https://commons.apache.org/proper/commons-math/apidocs) can be browsed.
The [Javadoc](https://commons.apache.org/proper/commons-math/apidocs) can be browsed.
Questions related to the usage of Apache Commons Math should be posted to the [user mailing list][ml].
Where can I get the latest release?

View File

@ -228,7 +228,7 @@
</target>
<!-- ========== Produce JavaDocs ========================================== -->
<!-- ========== Produce Javadocs ========================================== -->
<target name="javadoc" depends="compile" description="Create component Javadoc documentation">
<mkdir dir="${build.home}/apidocs"/>