Fixed typo in Javadoc.
This commit is contained in:
parent
a08ec31dbf
commit
0136218fa3
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue