about summary refs log tree commit diff stats
path: root/factorial.mu
diff options
context:
space:
mode:
Diffstat (limited to 'factorial.mu')
-rw-r--r--factorial.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/factorial.mu b/factorial.mu
index 580b30d4..e1c6007f 100644
--- a/factorial.mu
+++ b/factorial.mu
@@ -1,5 +1,5 @@
 (function factorial [
-  (default-scope:scope-address <- new scope:literal 30:literal)
+  (default-space:space-address <- new space:literal 30:literal)
   (n:integer <- next-input)
   { begin
     ; if n=0 return 1