Skip to content

Commit

Permalink
Clarify the // operator (fix typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicowilliams committed Aug 4, 2023
1 parent dcaf701 commit 71941a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/manual/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2391,7 +2391,7 @@ sections:
The `//` operator produces all the values of its left-hand
side that are neither `false` nor `null`, or, if the
left-hand side produces no values other than `false` or
`true`, then `//` produces all the values of its right-hand
`null`, then `//` produces all the values of its right-hand
side.
A filter of the form `a // b` produces all the results of
Expand Down
2 changes: 1 addition & 1 deletion jq.1.prebuilt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 71941a0

Please sign in to comment.