about summary refs log tree commit diff stats
path: root/counters.mu
diff options
context:
space:
mode:
Diffstat (limited to 'counters.mu')
-rw-r--r--counters.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/counters.mu b/counters.mu
index cd8825ce..6f26abae 100644
--- a/counters.mu
+++ b/counters.mu
@@ -6,7 +6,7 @@
 
 (function increment-counter [
   (default-space:space-address <- new space:literal 30:literal)
-  (0:space-address/names:init-counter <- next-input)  ; setup outer space
+  (0:space-address/names:init-counter <- next-input)  ; setup outer space; it *must* come from 'init-counter'
   (x:integer <- next-input)
   (n:integer/space:1 <- add n:integer/space:1 x:integer)
   (reply n:integer/space:1)