diff --git a/reference/parle/parle.rlexer.xml b/reference/parle/parle.rlexer.xml index 79de8f8bf8..bdd1f1a872 100644 --- a/reference/parle/parle.rlexer.xml +++ b/reference/parle/parle.rlexer.xml @@ -12,7 +12,7 @@
&reftitle.intro; - Recursive lexer class. Any sub states can be added on the fly to match recursive patterns. Though, sometimes it might be simpler to use an instance of Parle\Lexer and define some parser. + Recursive lexer class. Any sub states can be added on the fly to match recursive patterns. Though, sometimes it might be simpler to use an instance of Parle\Lexer and define some parser grammar.