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 7cb0a11d..c69c4ef1 100644
--- a/040brace.cc
+++ b/040brace.cc
@@ -384,7 +384,7 @@ def test1 [
 +mem: storing 34 in location 1
 
 :(before "End Rewrite Instruction(curr, recipe result)")
-// rewrite `return-if a, b, c, ...` to
+// rewrite 'return-if a, b, c, ...' to
 //   ```
 //   {
 //     break-unless a
@@ -400,7 +400,7 @@ if (curr.name == "return-if" || curr.name == "reply-if") {
     raise << "'" << curr.name << "' never yields any products\n" << end();
   }
 }
-// rewrite `return-unless a, b, c, ...` to
+// rewrite 'return-unless a, b, c, ...' to
 //   ```
 //   {
 //     break-if a