Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0818adb

Browse files
authoredFeb 7, 2025··
Typo - change to removeOperatorDecorator
Change removeOperator to removeOperatorDecorator
1 parent 554b441 commit 0818adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/engine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ engine.addOperatorDecorator('caseInsensitive', (factValue, jsonValue, next) => {
236236
return next(factValue.toLowerCase(), jsonValue.toLowerCase())
237237
})
238238

239-
engine.removeOperator('first');
239+
engine.removeOperatorDecorator('first');
240240
```
241241

242242
### engine.setCondition(String name, Object conditions)

0 commit comments

Comments
 (0)
Please sign in to comment.