about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--counters.mu3
1 files changed, 1 insertions, 2 deletions
diff --git a/counters.mu b/counters.mu
index 816b6790..22f5554f 100644
--- a/counters.mu
+++ b/counters.mu
@@ -10,8 +10,7 @@ recipe increment-counter outer:address:array:location/names:new-counter, x:numbe
   local-scope
   load-ingredients
   0:address:array:location/names:new-counter <- copy outer  # setup outer space; it *must* come from 'new-counter'
-  n:number/space:1 <- add n:number/space:1, x
-  reply n/space:1
+  n/space:1 <- add n/space:1, x
 ]
 
 recipe main [