summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwllm-rbnt <william.robinet@conostix.com>2023-12-24 11:22:20 +0100
committerGitHub <noreply@github.com>2023-12-24 11:22:20 +0100
commit0b922725b1477d3afa61e052f4e003e4d5e179fb (patch)
tree561cfade08b5b61c6149d62d4f4b710e2f498a78
parente011f003b6e78a005da518e20b2f393f2d34d958 (diff)
Fix typo (#3002)
-rw-r--r--docs/content/manual/manual.yml2
-rw-r--r--docs/content/manual/v1.5/manual.yml2
-rw-r--r--docs/content/manual/v1.6/manual.yml2
-rw-r--r--docs/content/manual/v1.7/manual.yml2
-rw-r--r--jq.1.prebuilt2
5 files changed, 5 insertions, 5 deletions
diff --git a/docs/content/manual/manual.yml b/docs/content/manual/manual.yml
index bb98506d..faf3a22d 100644
--- a/docs/content/manual/manual.yml
+++ b/docs/content/manual/manual.yml
@@ -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`
diff --git a/docs/content/manual/v1.5/manual.yml b/docs/content/manual/v1.5/manual.yml
index 14f70532..c419ec50 100644
--- a/docs/content/manual/v1.5/manual.yml
+++ b/docs/content/manual/v1.5/manual.yml
@@ -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`
diff --git a/docs/content/manual/v1.6/manual.yml b/docs/content/manual/v1.6/manual.yml
index 553e7b28..1eb5c72f 100644
--- a/docs/content/manual/v1.6/manual.yml
+++ b/docs/content/manual/v1.6/manual.yml
@@ -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`
diff --git a/docs/content/manual/v1.7/manual.yml b/docs/content/manual/v1.7/manual.yml
index 11e59e1b..75ebe5c3 100644
--- a/docs/content/manual/v1.7/manual.yml
+++ b/docs/content/manual/v1.7/manual.yml
@@ -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`
diff --git a/jq.1.prebuilt b/jq.1.prebuilt
index 56819d0a..98e9fb20 100644
--- a/jq.1.prebuilt
+++ b/jq.1.prebuilt
@@ -2684,7 +2684,7 @@ label $out | \.\.\. break $out \.\.\.
.IP "" 0
.
.P
-The \fBbreak $label_name\fR expression will cause the program to to act as though the nearest (to the left) \fBlabel $label_name\fR produced \fBempty\fR\.
+The \fBbreak $label_name\fR expression will cause the program to act as though the nearest (to the left) \fBlabel $label_name\fR produced \fBempty\fR\.
.
.P
The relationship between the \fBbreak\fR and corresponding \fBlabel\fR is lexical: the label has to be "visible" from the break\.