about summary refs log tree commit diff stats
path: root/056recipe_header.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-11-28 23:11:21 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-11-28 23:12:19 -0800
commit87f1cf600731f58b6404ad30752b29ec26c32699 (patch)
tree14946e0baf57db64cecd466e9e227d989da39e2b /056recipe_header.cc
parent266230ef79dc1040393597d9fc6352f8f80b5e5d (diff)
downloadmu-87f1cf600731f58b6404ad30752b29ec26c32699.tar.gz
2501
Diffstat (limited to '056recipe_header.cc')
-rw-r--r--056recipe_header.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/056recipe_header.cc b/056recipe_header.cc
index b0d1d0ca..d1735887 100644
--- a/056recipe_header.cc
+++ b/056recipe_header.cc
@@ -133,7 +133,7 @@ recipe add2 x:number, y:number -> z:number [
 ]
 +error: add2: replied with the wrong type at 'reply z'
 
-:(before "End Type Modifying Transforms")
+:(after "Begin Type Modifying Transforms")
 Transform.push_back(check_reply_instructions_against_header);  // idempotent
 
 :(code)