about summary refs log tree commit diff stats
path: root/html/061text.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/061text.mu.html')
-rw-r--r--html/061text.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/061text.mu.html b/html/061text.mu.html
index 11271ed6..75e509fa 100644
--- a/html/061text.mu.html
+++ b/html/061text.mu.html
@@ -540,7 +540,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
     <span class="Delimiter">{</span>
       <span class="Comment"># while i &lt; template.length</span>
       tem-done?:bool<span class="Special"> &lt;- </span>greater-or-equal i, tem-len
-      <span class="muControl">break-if</span> tem-done?, <span class="Constant">+done:label</span>
+      <span class="muControl">break-if</span> tem-done?, +done
       <span class="Comment"># while template[i] != '_'</span>
       in:char<span class="Special"> &lt;- </span>index *template, i
       underscore?:bool<span class="Special"> &lt;- </span>equal in, <span class="Constant">95/_</span>