about summary refs log tree commit diff stats
path: root/tangle.mu
diff options
context:
space:
mode:
Diffstat (limited to 'tangle.mu')
-rw-r--r--tangle.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/tangle.mu b/tangle.mu
index 9d04863c..b97d46b4 100644
--- a/tangle.mu
+++ b/tangle.mu
@@ -7,7 +7,7 @@
 # possibilities.
 
 recipe factorial [
-  default-space:address:array:location <- new location:type, 30:literal
+  new-default-space
   n:number <- next-ingredient
   {
     +base-case