aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2013-08-18 08:31:45 +1000
committerNeil <nyamatongwe@gmail.com>2013-08-18 08:31:45 +1000
commitf69338319ce627f3d760fc1ea74c02cec4fc6118 (patch)
tree7ea2b72dc7904b68fb05bb692ff45a5ba171dce4
parentc5a69f78a3b5af8f5e93ac37721af43ffcab9b33 (diff)
downloadscintilla-mirror-f69338319ce627f3d760fc1ea74c02cec4fc6118.tar.gz
Grammar fix.
-rw-r--r--doc/Lexer.txt2
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