Skip to content

Commit

Permalink
chore: Improve readability (for Alternative operator '//')
Browse files Browse the repository at this point in the history
The description of the Alternative operator `//` was hard for me to grasp in its wording.

I suggest dividing the looong sentence into two parts. Since it is actually an alternative formulation, the sentence can be divided into the first formulation, and the alternative formulation.
  • Loading branch information
jesperronn authored and emanuele6 committed Dec 11, 2023
1 parent 7e54d96 commit c81937f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/content/manual/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2404,7 +2404,7 @@ sections:
body: |
The `//` operator produces all the values of its left-hand
side that are neither `false` nor `null`, or, if the
side that are neither `false` nor `null`. If the
left-hand side produces no values other than `false` or
`null`, then `//` produces all the values of its right-hand
side.
Expand Down
4 changes: 2 additions & 2 deletions jq.1.prebuilt

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

0 comments on commit c81937f

Please sign in to comment.