From f69338319ce627f3d760fc1ea74c02cec4fc6118 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 18 Aug 2013 08:31:45 +1000 Subject: Grammar fix. --- doc/Lexer.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.3