summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Panteleev <git@thecybershadow.net>2018-02-03 04:54:27 +0000
committerVladimir Panteleev <git@thecybershadow.net>2018-02-03 04:54:27 +0000
commit6aa40a1505fabebaae80b26b348899ef78546518 (patch)
treeb7dc8cbd0295f7ac5233f8e43e0ba14e94b62e4a
parentac8bf5a9f0942486bdb71db957c5ba7485cd3c94 (diff)
Docs: Fix syntax in ${filter} example
-rw-r--r--doc/doc-docbook/spec.xfpt2
1 files changed, 1 insertions, 1 deletions
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.