Merge pull request #1700 from jvasileff/patch-1
Fix minor typo: possessive "its"
This commit is contained in:
commit
7f479fa5dc
|
@ -137,4 +137,4 @@ YYYY/MM/DD, github id, Full name, email
|
|||
2017/02/14, lecode-official, David Neumann, david.neumann@lecode.de
|
||||
2017/02/14, xied75, Dong Xie, xied75@gmail.com
|
||||
2017/02/20, Thomasb81, Thomas Burg, thomasb81@gmail.com
|
||||
|
||||
2017/02/26, jvasileff, John Vasileff, john@vasileff.com
|
||||
|
|
|
@ -10,7 +10,7 @@ import org.antlr.v4.runtime.misc.Pair;
|
|||
|
||||
/** The default mechanism for creating tokens. It's used by default in Lexer and
|
||||
* the error handling strategy (to create missing tokens). Notifying the parser
|
||||
* of a new factory means that it notifies it's token source and error strategy.
|
||||
* of a new factory means that it notifies its token source and error strategy.
|
||||
*/
|
||||
public interface TokenFactory<Symbol extends Token> {
|
||||
/** This is the method used to create tokens in the lexer and in the
|
||||
|
|
Loading…
Reference in New Issue