Skip to content

Commit 3d4d13e

Browse files
bernardosulzbachWillLillis
authored andcommitted
Fix typo of "corresponds"
1 parent 4ec8aac commit 3d4d13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/creating-parsers/2-the-grammar-dsl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ or a terminal rule. The *first* reserved word set in the object is the global wo
137137
in every parse state. However, certain keywords are contextual, depending on the rule. For example, in JavaScript, keywords
138138
are typically not allowed as ordinary variables, however, they *can* be used as a property name. In this situation, the `reserved`
139139
function would be used, and the word set to pass in would be the name of the word set that is declared in the `reserved`
140-
object that coreesponds an empty array, signifying *no* keywords are reserved.
140+
object that corresponds to an empty array, signifying *no* keywords are reserved.
141141

142142
[bison-dprec]: https://www.gnu.org/software/bison/manual/html_node/Generalized-LR-Parsing.html
143143
[ebnf]: https://en.wikipedia.org/wiki/Extended_Backus%E2%80%93Naur_form

0 commit comments

Comments
 (0)