Skip to content

Commit 7604636

Browse files
authored
Merge pull request #411 from Ben-CA/patch-1
Typo - change documentation to removeOperatorDecorator
2 parents 554b441 + 0818adb commit 7604636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/engine.md

+1-1
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)