Skip to content

Commit 1f5984e

Browse files
Update specification.md
Co-authored-by: Ricardo Zanini <[email protected]> Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
1 parent 7559275 commit 1f5984e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2938,7 +2938,7 @@ of each iteration should be added to. If this array does not exist, it should be
29382938

29392939
The `iterationParam` property defines the name of the iteration parameter passed to each iteration of the ForEach state.
29402940
It should contain the unique element of the `inputCollection` array and made available to actions of the ForEach state.
2941-
`iterationParam` can be accessed as an expression variable. In JQ, expression variables are prefixed by $.
2941+
`iterationParam` can be accessed as an expression variable. [In JQ, expression variables are prefixed by $](https://stedolan.github.io/jq/manual/#Variable/SymbolicBindingOperator:...as$identifier|...).
29422942
If `iterationParam` is not explicitly defined, runtimes should create one and populate it with the value of the unique
29432943
iteration parameter for each iteration of the ForEach state.
29442944

0 commit comments

Comments
 (0)