From 36ef84c66a26b1bcd4b8fbb2ad6e35ac79a74c5a Mon Sep 17 00:00:00 2001 From: Matthew Broatch Date: Wed, 15 Oct 2025 12:25:10 -0700 Subject: [PATCH] Update README.md fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1472abb..ad236c9 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ For example, the following will create a `Parser` that does not allow comparison comparison: false, // Disable 'in' and = operators - 'in': false, + 'in': true, assignment: false } });