Skip to content

Commit 487fb7d

Browse files
author
Christopher Pardy
committed
Fix link to Boolean Expressions
fix the link to the boolean expressions that broke after not was introduced.
1 parent 351ffc5 commit 487fb7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Rules contain a set of _conditions_ and a single _event_. When the engine is ru
1414
* [toJSON(Boolean stringify = true)](#tojsonboolean-stringify--true)
1515
* [Conditions](#conditions)
1616
* [Basic conditions](#basic-conditions)
17-
* [Boolean expressions: all and any](#boolean-expressions-all-and-any)
17+
* [Boolean expressions: all, any, and not](#boolean-expressions-all-any-and-not)
1818
* [Condition helpers: params](#condition-helpers-params)
1919
* [Condition helpers: path](#condition-helpers-path)
2020
* [Condition helpers: custom path resolver](#condition-helpers-custom-path-resolver)

0 commit comments

Comments
 (0)