From 3d4d13ea1eb2ae2783173dc059f9f407ef682d34 Mon Sep 17 00:00:00 2001 From: Bernardo Sulzbach Date: Mon, 7 Apr 2025 21:12:38 +0200 Subject: [PATCH] Fix typo of "corresponds" --- docs/src/creating-parsers/2-the-grammar-dsl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/creating-parsers/2-the-grammar-dsl.md b/docs/src/creating-parsers/2-the-grammar-dsl.md index eff6c2eb..48677e9f 100644 --- a/docs/src/creating-parsers/2-the-grammar-dsl.md +++ b/docs/src/creating-parsers/2-the-grammar-dsl.md @@ -137,7 +137,7 @@ or a terminal rule. The *first* reserved word set in the object is the global wo in every parse state. However, certain keywords are contextual, depending on the rule. For example, in JavaScript, keywords are typically not allowed as ordinary variables, however, they *can* be used as a property name. In this situation, the `reserved` 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` -object that coreesponds an empty array, signifying *no* keywords are reserved. +object that corresponds to an empty array, signifying *no* keywords are reserved. [bison-dprec]: https://www.gnu.org/software/bison/manual/html_node/Generalized-LR-Parsing.html [ebnf]: https://en.wikipedia.org/wiki/Extended_Backus%E2%80%93Naur_form