about summary refs log tree commit diff stats
path: root/html/040brace.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/040brace.cc.html')
-rw-r--r--html/040brace.cc.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/040brace.cc.html b/html/040brace.cc.html
index d58f9bc0..aa4f3908 100644
--- a/html/040brace.cc.html
+++ b/html/040brace.cc.html
@@ -47,8 +47,8 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 <span class="Comment">//:   }</span>
 <span class="Comment">//:</span>
 <span class="Comment">//: Braces are just labels, they require no special parsing. The pseudo</span>
-<span class="Comment">//: recipes 'loop' and 'break' jump to just after the enclosing '{' and '}'</span>
-<span class="Comment">//: respectively.</span>
+<span class="Comment">//: instructions 'loop' and 'break' jump to just after the enclosing '{' and</span>
+<span class="Comment">//: '}' respectively.</span>
 <span class="Comment">//:</span>
 <span class="Comment">//: Conditional and unconditional 'loop' and 'break' should give us 80% of the</span>
 <span class="Comment">//: benefits of the control-flow primitives we're used to in other languages,</span>