about summary refs log tree commit diff stats
path: root/cpp/022call_reply
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-03-16 22:45:24 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-03-16 22:45:24 -0700
commit5df82e48a2548e7d30b3e86dab0d866851a1c47d (patch)
tree4b6d570e3a88317b580b160390731298b8f0a0cd /cpp/022call_reply
parent2a2856bbc309b8a010b44cc550e56f2eb71fa9d3 (diff)
downloadmu-5df82e48a2548e7d30b3e86dab0d866851a1c47d.tar.gz
938
Diffstat (limited to 'cpp/022call_reply')
-rw-r--r--cpp/022call_reply2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/022call_reply b/cpp/022call_reply
index 3deb5464..17f2c463 100644
--- a/cpp/022call_reply
+++ b/cpp/022call_reply
@@ -4,7 +4,7 @@ recipe main [
   3:integer, 4:integer <- f 2:literal
 ]
 recipe f [
-  12:integer <- next_ingredient
+  12:integer <- next-ingredient
   13:integer <- add 1:literal, 12:integer
   reply 12:integer, 13:integer
 ]