Typo in the comments of IntStream.java

An extra word is in the comments.

Signed-off-by: Yishuang Lu luyscmu@gmail.com
This commit is contained in:
lys0716 2017-05-31 21:17:29 -07:00 committed by GitHub
parent fd5efc250d
commit 22034daf25
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ public interface IntStream {
* filtering streams (e.g. {@link CommonTokenStream} which distinguishes
* between "on-channel" and "off-channel" tokens).
*
* @throws IllegalStateException if an attempt is made to consume the the
* @throws IllegalStateException if an attempt is made to consume the
* end of the stream (i.e. if {@code LA(1)==}{@link #EOF EOF} before calling
* {@code consume}).
*/