From f0ceefba0ece5bc85ba75ce671b2df0c0e369758 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 17 Nov 2016 07:25:11 +0900 Subject: [PATCH] Polish doc --- src/asciidoc/core-expressions.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/asciidoc/core-expressions.adoc b/src/asciidoc/core-expressions.adoc index 477608efdb..31fbe9c8f1 100644 --- a/src/asciidoc/core-expressions.adoc +++ b/src/asciidoc/core-expressions.adoc @@ -1209,7 +1209,7 @@ This will inject a system property `pop3.port` if it is defined or 25 if not. Selection is a powerful expression language feature that allows you to transform some source collection into another by selecting from its entries. -Selection uses the syntax `?[selectionExpression]`. This will filter the collection and +Selection uses the syntax `.?[selectionExpression]`. This will filter the collection and return a new collection containing a subset of the original elements. For example, selection would allow us to easily get a list of Serbian inventors: -- GitLab