Expr.adoc: typo on $# var

This commit is contained in:
2026-06-03 06:08:35 +02:00
parent ee7f488ebb
commit 38316cec0b
+1 -1
View File
@@ -1888,7 +1888,7 @@ At each iteration, the following automatic variables are available for use in th
* `$_`: the current element of the iterator.
* `$__`: the index of the current element in the iterator, starting from 0.
* `$_#`: the number of elements already visited in the iterator, starting from 0.
* `$#`: the number of elements already visited in the iterator, starting from 0.
---