about summary refs log tree commit diff stats
path: root/040brace.cc
diff options
context:
space:
mode:
Diffstat (limited to '040brace.cc')
-rw-r--r--040brace.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/040brace.cc b/040brace.cc
index bc66749c..eed6abab 100644
--- a/040brace.cc
+++ b/040brace.cc
@@ -12,8 +12,8 @@
 //:   }
 //:
 //: Braces are just labels, they require no special parsing. The pseudo
-//: recipes 'loop' and 'break' jump to just after the enclosing '{' and '}'
-//: respectively.
+//: instructions 'loop' and 'break' jump to just after the enclosing '{' and
+//: '}' respectively.
 //:
 //: Conditional and unconditional 'loop' and 'break' should give us 80% of the
 //: benefits of the control-flow primitives we're used to in other languages,