Skip to content

Commit 05deb85

Browse files
authored
Fix typo: toke -> token (#2004)
Signed-off-by: ricekot <ricekot@gmail.com>
1 parent 26a012c commit 05deb85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/graphql/parser/Parser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public void syntaxError(Recognizer<?, ?> recognizer, Object offendingSymbol, int
9999
/**
100100
* Allows you to override the ANTLR to AST code.
101101
*
102-
* @param tokens the toke stream
102+
* @param tokens the token stream
103103
* @param multiSourceReader the source of the query document
104104
* @return a new GraphqlAntlrToLanguage instance
105105
*/

0 commit comments

Comments
 (0)