From f48fabd74cc239ad0b7d4d37c9791433fc6d4320 Mon Sep 17 00:00:00 2001 From: Kijin-Seija Date: Wed, 5 Jun 2024 16:01:24 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be47fd0..9cd9bae 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ console.log(result) **Notice: A rule must start with a/an statement/entity and stop with an entity. You should add a node keywords(keyword is in your parser with format: `RULE_[keyword]`) into stmts/entities before using it.** -## Rule Chain Opeator +## Rule Chain Operator You can set a negative number whose abs equals to a ruleIndex. That means exclude this rule.