summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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
4 files changed, 4 insertions, 4 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`