From a08ffb7ad7b6b000183e88e286f135811d9113a4 Mon Sep 17 00:00:00 2001 From: hbschr Date: Sat, 18 Oct 2025 11:21:03 +0000 Subject: [PATCH] fix typo in record-filters.rst --- docs/source/manuals/openmw-cs/record-filters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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``.