summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-12-24 10:25:03 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-12-24 10:25:03 +0000
commit8595f9efd1529cac0783b8330b2fcca04085fc82 (patch)
tree02bf463787978f3b69d871117f9cf90c2535cfac
parente6302d00f0b4ce83e0890417f0db86f4601e0884 (diff)
Update website
-rw-r--r--manual/index.html2
-rw-r--r--manual/v1.5/index.html2
-rw-r--r--manual/v1.6/index.html2
-rw-r--r--manual/v1.7/index.html2
4 files changed, 4 insertions, 4 deletions
diff --git a/manual/index.html b/manual/index.html
index 182467c8..c6be8c04 100644
--- a/manual/index.html
+++ b/manual/index.html
@@ -6040,7 +6040,7 @@ try repeat(exp) catch if .=="break" then empty else error
<pre><code>label $out | ... break $out ...
</code></pre>
<p>The <code>break $label_name</code> expression will cause the program to
-to act as though the nearest (to the left) <code>label $label_name</code>
+act as though the nearest (to the left) <code>label $label_name</code>
produced <code>empty</code>.</p>
<p>The relationship between the <code>break</code> and corresponding <code>label</code>
is lexical: the label has to be "visible" from the break.</p>
diff --git a/manual/v1.5/index.html b/manual/v1.5/index.html
index 37cbe746..18ff4ece 100644
--- a/manual/v1.5/index.html
+++ b/manual/v1.5/index.html
@@ -5002,7 +5002,7 @@ try repeat(exp) catch if .=="break" then empty else error
<pre><code>label $out | ... break $out ...
</code></pre>
<p>The <code>break $label_name</code> expression will cause the program to
-to act as though the nearest (to the left) <code>label $label_name</code>
+act as though the nearest (to the left) <code>label $label_name</code>
produced <code>empty</code>.</p>
<p>The relationship between the <code>break</code> and corresponding <code>label</code>
is lexical: the label has to be "visible" from the break.</p>
diff --git a/manual/v1.6/index.html b/manual/v1.6/index.html
index 01bb711f..00d1ad1e 100644
--- a/manual/v1.6/index.html
+++ b/manual/v1.6/index.html
@@ -5535,7 +5535,7 @@ try repeat(exp) catch if .=="break" then empty else error
<pre><code>label $out | ... break $out ...
</code></pre>
<p>The <code>break $label_name</code> expression will cause the program to
-to act as though the nearest (to the left) <code>label $label_name</code>
+act as though the nearest (to the left) <code>label $label_name</code>
produced <code>empty</code>.</p>
<p>The relationship between the <code>break</code> and corresponding <code>label</code>
is lexical: the label has to be "visible" from the break.</p>
diff --git a/manual/v1.7/index.html b/manual/v1.7/index.html
index 21e71f12..639c8b1b 100644
--- a/manual/v1.7/index.html
+++ b/manual/v1.7/index.html
@@ -6041,7 +6041,7 @@ try repeat(exp) catch if .=="break" then empty else error
<pre><code>label $out | ... break $out ...
</code></pre>
<p>The <code>break $label_name</code> expression will cause the program to
-to act as though the nearest (to the left) <code>label $label_name</code>
+act as though the nearest (to the left) <code>label $label_name</code>
produced <code>empty</code>.</p>
<p>The relationship between the <code>break</code> and corresponding <code>label</code>
is lexical: the label has to be "visible" from the break.</p>