1
0
Fork 0
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:
hbschr 2025-10-18 11:21:03 +00:00
parent 03a46650af
commit a08ffb7ad7

View file

@ -241,7 +241,7 @@ Logical Expressions
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.
``or(<expr1>, <expr2>, ..., <exprN>)``
``and(<expr1>, <expr2>, ..., <exprN>)``
Logical conjunction, evaluates to ``true`` if and only if all arguments
evaluate to ``true`` as well, otherwise the expression evaluates to
``false``.