Skip to content

Commit

Permalink
Fix typo (#3002)
Browse files Browse the repository at this point in the history
  • Loading branch information
wllm-rbnt authored Dec 24, 2023
1 parent e011f00 commit 0b92272
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/content/manual/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2491,7 +2491,7 @@ sections:
label $out | ... break $out ...
The `break $label_name` expression will cause the program to
to act as though the nearest (to the left) `label $label_name`
act as though the nearest (to the left) `label $label_name`
produced `empty`.
The relationship between the `break` and corresponding `label`
Expand Down
2 changes: 1 addition & 1 deletion docs/content/manual/v1.5/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1958,7 +1958,7 @@ sections:
label $out | ... break $out ...
The `break $label_name` expression will cause the program to
to act as though the nearest (to the left) `label $label_name`
act as though the nearest (to the left) `label $label_name`
produced `empty`.
The relationship between the `break` and corresponding `label`
Expand Down
2 changes: 1 addition & 1 deletion docs/content/manual/v1.6/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2217,7 +2217,7 @@ sections:
label $out | ... break $out ...
The `break $label_name` expression will cause the program to
to act as though the nearest (to the left) `label $label_name`
act as though the nearest (to the left) `label $label_name`
produced `empty`.
The relationship between the `break` and corresponding `label`
Expand Down
2 changes: 1 addition & 1 deletion docs/content/manual/v1.7/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2493,7 +2493,7 @@ sections:
label $out | ... break $out ...
The `break $label_name` expression will cause the program to
to act as though the nearest (to the left) `label $label_name`
act as though the nearest (to the left) `label $label_name`
produced `empty`.
The relationship between the `break` and corresponding `label`
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 0b92272

Please sign in to comment.