Skip to content

Commit c6ec8c6

Browse files
wllm-rbntowenthereal
authored andcommitted
Fix typo (jqlang#3002)
1 parent 8523f25 commit c6ec8c6

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
@@ -2504,7 +2504,7 @@ sections:
25042504
label $out | ... break $out ...
25052505
25062506
The `break $label_name` expression will cause the program to
2507-
to act as though the nearest (to the left) `label $label_name`
2507+
act as though the nearest (to the left) `label $label_name`
25082508
produced `empty`.
25092509
25102510
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)