Skip to content

Commit 6653b3e

Browse files
committed
fix docs
1 parent 510e068 commit 6653b3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/language-guide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ and most interesting parsing happens inside tags.
6464
Keywords
6565
--------
6666

67-
In the simple case language keywords can by defined with a string, separated by space:
67+
In the simple case language keywords can be defined with a string, separated by space:
6868

6969
::
7070

@@ -104,7 +104,7 @@ defined by the magic ``$pattern`` attribute:
104104
}
105105
}
106106

107-
Note: The older ``mode.lexemes`` setting has been deprecated in favor of using
107+
Note: The older ``lexemes`` setting has been deprecated in favor of using
108108
``keywords.$pattern``. They are functionally identical.
109109

110110
Sub-modes

0 commit comments

Comments
 (0)