;doc: csv: tiny fix [#2333]

This commit is contained in:
Simon Michael 2025-03-01 11:22:38 -10:00
parent 2faceb8e1b
commit 6a90d503bc

View File

@ -3746,7 +3746,7 @@ When an if block has multiple matchers, each on its own line,
You can also combine multiple matchers one the same line separated by `&&` (AND) or `&& !` (AND NOT).
Eg `%description amazon && %date 2025-01-01` will match only when the
description field contains "amazon" and the date field equals 2025-01-01.
description field contains "amazon" and the date field contains "2025-01-01".
*Added in 1.42.*
### Match groups