From f08980967ba2db1614eacddcdeda9f03ad487dd2 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 477608efdbf..31fbe9c8f1c 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: