Skip to content

Commit

Permalink
Fixed broken link for chain operator
Browse files Browse the repository at this point in the history
  • Loading branch information
scottwrobinson committed Nov 17, 2023
1 parent 1df9fc9 commit 7a17b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/regex.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Regexes are often used in query predicates (filter expressions) when selecting o

`path.to.object[stringProperty ~> /regex/]`

The `~>` is the [chain operator](control-operators#chain), and its use here implies that the result of `/regex/` is a function. We'll see below that this is in fact the case.
The `~>` is the [chain operator](other-operators#-chain), and its use here implies that the result of `/regex/` is a function. We'll see below that this is in fact the case.

__Examples__

Expand Down

0 comments on commit 7a17b12

Please sign in to comment.