Author: ggregory Date: Tue May 15 18:25:00 2018 New Revision: 1831650 URL: http://svn.apache.org/viewvc?rev=1831650&view=rev Log: Typo: 'JavaDoc' -> 'Javadoc'.
Modified: commons/proper/digester/trunk/src/site/xdoc/guide/core.xml Modified: commons/proper/digester/trunk/src/site/xdoc/guide/core.xml URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/site/xdoc/guide/core.xml?rev=1831650&r1=1831649&r2=1831650&view=diff ============================================================================== --- commons/proper/digester/trunk/src/site/xdoc/guide/core.xml (original) +++ commons/proper/digester/trunk/src/site/xdoc/guide/core.xml Tue May 15 18:25:00 2018 @@ -930,7 +930,7 @@ that:</p> <p><a href="../apidocs/ExtendedBaseRules.html">ExtendedBaseRules</a>, adds some additional expression syntax for pattern matching to the default mechanism, but it also executes more slowly. See the -JavaDocs for more details on the new pattern matching syntax, and suggestions +Javadocs for more details on the new pattern matching syntax, and suggestions on when this implementation should be used. To use it, simply do the following as part of your Digester initialization:</p>