Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.