From 6aa40a1505fabebaae80b26b348899ef78546518 Mon Sep 17 00:00:00 2001 From: Vladimir Panteleev Date: Sat, 3 Feb 2018 04:54:27 +0000 Subject: [PATCH] Docs: Fix syntax in ${filter} example --- doc/doc-docbook/spec.xfpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index c4209659a..16cd394ac 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -9345,7 +9345,7 @@ item in a new list; if the condition is false, the item is discarded. The separator used for the output list is the same as the one used for the input, but a separator setting is not included in the output. For example: .code -${filter{a:b:c}{!eq{$item}{b}} +${filter{a:b:c}{!eq{$item}{b}}} .endd yields &`a:c`&. At the end of the expansion, the value of &$item$& is restored to what it was before. See also the &*map*& and &*reduce*& expansion items. -- 2.30.2