Fix typo in comment

Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Change-Id: I04912b32b55dd61ad2d2e7ccb5d688655b1dc335
This commit is contained in:
Han-Wen Nienhuys 2017-10-24 15:13:10 +02:00
parent f2e64cd895
commit f5ae26f74d
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
* they are converting from "line number" to "element index".
*/
public class RawText extends Sequence {
/** A Rawtext of length 0 */
/** A RawText of length 0 */
public static final RawText EMPTY_TEXT = new RawText(new byte[0]);
/** Number of bytes to check for heuristics in {@link #isBinary(byte[])} */