From 6a90d503bc003fc0fd7d7c0cb85647e0addfd5ad Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 1 Mar 2025 11:22:38 -1000 Subject: [PATCH] ;doc: csv: tiny fix [#2333] --- hledger/hledger.m4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger/hledger.m4.md b/hledger/hledger.m4.md index e39f6cc18..a68dcbe48 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -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