Doc: Fix operator

This commit is contained in:
Eric Lippmann 2020-05-29 12:05:06 +02:00 committed by GitHub
parent e2f792e69a
commit 094f48db91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ The `AND` operator selects the **WORST** state of its child nodes:
![And Operator](screenshot/09_operators/0901_and-operator.png)
## AND <a id="or-operator">
## OR <a id="or-operator">
The `OR` operator selects the **BEST** state of its child nodes: