From 6e868b568d31aaf3b7e57e9f5c781477c3e8f9b7 Mon Sep 17 00:00:00 2001 From: Celestino Amoroso Date: Wed, 3 Jun 2026 09:14:17 +0200 Subject: [PATCH] Expr.adoc: $$() corrected a wrong sentences --- doc/Expr.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Expr.adoc b/doc/Expr.adoc index 3e7b484..2e4ba8b 100644 --- a/doc/Expr.adoc +++ b/doc/Expr.adoc @@ -1842,7 +1842,7 @@ After the first use of the [blue]`{plusplus}` operator, the prefixed operator [b [green]`"one"` ==== [blue]*`$$()`* -- Expansion special function for iterators -The [blue]`$$()` operator is a special function already seen applied to contexts. It can also be applied that can be used with iterators. When applied to an iterator, it returns a _linked list_ of all the remaining elements of the collection. The state of the iterator is updated to the end of the collection. If there are no more elements to iterate over, it returns an empty list. +The [blue]`$$()` operator is a special function already seen applied to contexts. It can also be applied to iterators. When applied to an iterator, it returns a _linked list_ of all the remaining elements of the collection. The state of the iterator is updated to the end of the collection. If there are no more elements to iterate over, it returns an empty list. #todo: examples#