Skip to content

Commit 0b92272

Browse files
authored
Fix typo (#3002)
1 parent e011f00 commit 0b92272

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/content/manual/manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2491,7 +2491,7 @@ sections:
24912491
label $out | ... break $out ...
24922492
24932493
The `break $label_name` expression will cause the program to
2494-
to act as though the nearest (to the left) `label $label_name`
2494+
act as though the nearest (to the left) `label $label_name`
24952495
produced `empty`.
24962496
24972497
The relationship between the `break` and corresponding `label`

docs/content/manual/v1.5/manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1958,7 +1958,7 @@ sections:
19581958
label $out | ... break $out ...
19591959
19601960
The `break $label_name` expression will cause the program to
1961-
to act as though the nearest (to the left) `label $label_name`
1961+
act as though the nearest (to the left) `label $label_name`
19621962
produced `empty`.
19631963
19641964
The relationship between the `break` and corresponding `label`

docs/content/manual/v1.6/manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2217,7 +2217,7 @@ sections:
22172217
label $out | ... break $out ...
22182218
22192219
The `break $label_name` expression will cause the program to
2220-
to act as though the nearest (to the left) `label $label_name`
2220+
act as though the nearest (to the left) `label $label_name`
22212221
produced `empty`.
22222222
22232223
The relationship between the `break` and corresponding `label`

docs/content/manual/v1.7/manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2493,7 +2493,7 @@ sections:
24932493
label $out | ... break $out ...
24942494
24952495
The `break $label_name` expression will cause the program to
2496-
to act as though the nearest (to the left) `label $label_name`
2496+
act as though the nearest (to the left) `label $label_name`
24972497
produced `empty`.
24982498
24992499
The relationship between the `break` and corresponding `label`

jq.1.prebuilt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)