about summary refs log tree commit diff stats
path: root/html/040brace.cc.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-10-22 16:27:36 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-10-22 16:27:36 -0700
commitc02478c4010d54acfaed0318a2c2c689b468e92e (patch)
tree8cdc5a15f685e4ef27205a59306f5781a10b3899 /html/040brace.cc.html
parent6a9d8191dfb5606f8d3630375f3ec045bd534ba3 (diff)
downloadmu-c02478c4010d54acfaed0318a2c2c689b468e92e.tar.gz
3558
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>