diff --git a/docs/source/manuals/openmw-cs/record-filters.rst b/docs/source/manuals/openmw-cs/record-filters.rst index 19eee2542c..460b59f9ca 100644 --- a/docs/source/manuals/openmw-cs/record-filters.rst +++ b/docs/source/manuals/openmw-cs/record-filters.rst @@ -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(, , ..., )`` +``and(, , ..., )`` Logical conjunction, evaluates to ``true`` if and only if all arguments evaluate to ``true`` as well, otherwise the expression evaluates to ``false``.