mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-20 07:46:36 +00:00
fix typo in record-filters.rst
This commit is contained in:
parent
03a46650af
commit
a08ffb7ad7
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ Logical Expressions
|
||||||
In this particular case only one argument can evaluate to ``true``, but one
|
In this particular case only one argument can evaluate to ``true``, but one
|
||||||
can write expressions where multiple arguments can be ``true`` at a time.
|
can write expressions where multiple arguments can be ``true`` at a time.
|
||||||
|
|
||||||
``or(<expr1>, <expr2>, ..., <exprN>)``
|
``and(<expr1>, <expr2>, ..., <exprN>)``
|
||||||
Logical conjunction, evaluates to ``true`` if and only if all arguments
|
Logical conjunction, evaluates to ``true`` if and only if all arguments
|
||||||
evaluate to ``true`` as well, otherwise the expression evaluates to
|
evaluate to ``true`` as well, otherwise the expression evaluates to
|
||||||
``false``.
|
``false``.
|
||||||
|
|
Loading…
Reference in a new issue