diff options
-rw-r--r-- | doc/Lexer.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Lexer.txt b/doc/Lexer.txt index 9d4ab50f8..0aeb66bae 100644 --- a/doc/Lexer.txt +++ b/doc/Lexer.txt @@ -34,7 +34,7 @@ newline terminates the initStyle state the lexer should enter its default state (or whatever state should follow initStyle). The keywordlists parameter specifies the keywords that the lexer must -recognize. A WordList class object contains methods that make simplify +recognize. A WordList class object contains methods that simplify the recognition of keywords. Present lexers use a helper function called classifyWordLLL to recognize keywords. These functions show how to use the keywordlists parameter to recognize keywords. This |