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#