Skip to content

Commit c22ad4d

Browse files
KarelVerschraegenmattbaileyuk
authored andcommitted
Update processing.md
1 parent 6b1a605 commit c22ad4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/processing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Stage | Syntax | Action
5050
__Filter__ | seq`[`expr`]` | Filter results from previous stage by applying predicate expression between brackets to each item.
5151
__Sort__ | seq`^(`expr`)` | Sorts (re-orders) the input sequence according to the criteria in parentheses.
5252
__Index__ | seq`#`$var | Binds a named variable to the current context position (zero offset) in the sequence.
53-
__Join__ | seq`@`$var | Binds a named variable to the current current context item in the sequence. Can only be used directly following a map stage.
53+
__Join__ | seq`@`$var | Binds a named variable to the current context item in the sequence. Can only be used directly following a map stage.
5454
__Reduce__ | seq`{` expr`:`expr`,` expr`:`expr ...`}` | Group and aggregate the input sequence to a single result object as defined by the name/value expressions. Can only appear as the final stage in a path expression.
5555

5656
In the above table:

0 commit comments

Comments
 (0)