Fixed typo in Javadoc.

This commit is contained in:
duncan 2016-12-01 19:54:48 +00:00
parent a08ec31dbf
commit 0136218fa3
1 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ public class WordUtils {
* <table border="1" summary="Wrap Results">
* <tr>
* <th>input</th>
* <th>wrapLenght</th>
* <th>wrapLength</th>
* <th>newLineString</th>
* <th>wrapLongWords</th>
* <th>result</th>
@ -185,7 +185,7 @@ public class WordUtils {
* <table border="1" summary="Wrap Results">
* <tr>
* <th>input</th>
* <th>wrapLenght</th>
* <th>wrapLength</th>
* <th>newLineString</th>
* <th>wrapLongWords</th>
* <th>wrapOn</th>