diff --git a/runtime/Java/src/org/antlr/v4/runtime/IntStream.java b/runtime/Java/src/org/antlr/v4/runtime/IntStream.java index 0b0ca6ff8..cb25380d4 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/IntStream.java +++ b/runtime/Java/src/org/antlr/v4/runtime/IntStream.java @@ -112,7 +112,7 @@ public interface IntStream { * If {@code i} represents a position at or beyond the end of the stream, * this method returns {@link #EOF}. *

- * The return value is unspecified if {@code i<0} and fewer than {@code -i} + * The return value is unspecified if {@code i<0} and fewer than {@code -i} * calls to {@link #consume consume()} have occurred from the beginning of * the stream before calling this method. *