about summary refs log tree commit diff stats
path: root/mu.arc.t
diff options
context:
space:
mode:
Diffstat (limited to 'mu.arc.t')
-rw-r--r--mu.arc.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/mu.arc.t b/mu.arc.t
index f2bbd7f3..cbf7c6a2 100644
--- a/mu.arc.t
+++ b/mu.arc.t
@@ -2218,7 +2218,7 @@
 ;? (prn memory*)
 (when (or (~is memory*.2 4)
           (~is memory*.3 5))
-  (prn "F - multiple calls to a function can share locals"))
+  (prn "F - closures using /space metadata"))
 ;? (quit)
 
 (reset)
@@ -2249,7 +2249,7 @@
 ;? (prn memory*)
 (when (or (~is memory*.2 4)
           (~is memory*.3 5))
-  (prn "F - multiple calls to a function can share locals"))
+  (prn "F - /names to name variables in outer spaces"))
 ;? (quit)
 
 )  ; section 20