about summary refs log tree commit diff stats
path: root/cpp/060string.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-28 12:20:01 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-28 12:20:01 -0700
commit04e61832321756646250a2c0d0d6ade9ee7e194f (patch)
tree946f80adb3b59d84dcaafda5e23e7ab396816b30 /cpp/060string.mu
parent4038d416828ec789601b4894abb7d678b3756a62 (diff)
downloadmu-04e61832321756646250a2c0d0d6ade9ee7e194f.tar.gz
1210
Diffstat (limited to 'cpp/060string.mu')
-rw-r--r--cpp/060string.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/060string.mu b/cpp/060string.mu
index 52b1e601..e4d78932 100644
--- a/cpp/060string.mu
+++ b/cpp/060string.mu
@@ -169,7 +169,7 @@ recipe buffer-append [
   dest:address:character <- index-address s:address:array:character/deref, len:address:integer/deref
   dest:address:character/deref <- copy c:character
   len:address:integer/deref <- add len:address:integer/deref, 1:literal
-  reply in:address:buffer/same-as-arg:0
+  reply in:address:buffer/same-as-ingredient:0
 ]
 
 scenario buffer-append-works [