summaryrefslogtreecommitdiffstats
path: root/docs/content/manual/v1.7/manual.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/manual/v1.7/manual.yml')
-rw-r--r--docs/content/manual/v1.7/manual.yml2
1 files changed, 1 insertions, 1 deletions
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`