Docs: Fix syntax in ${filter} example
[exim.git] / doc / doc-docbook / spec.xfpt
index c4209659ab54e7d32950bfad60850a695db18ba6..16cd394ac854510dad3cfd1a5c791a6cad8890eb 100644 (file)
@@ -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.