about summary refs log tree commit diff stats
path: root/Readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index 3f8f3698..506b20f1 100644
--- a/Readme.md
+++ b/Readme.md
@@ -71,7 +71,7 @@ As a sneak peek, here's how you compute factorial in mu:
 
 ```lisp
   function factorial [
-    ; create some space for the variables below
+    ; allocate local variables
     default-space:space-address <- new space:literal, 30:literal
     ; receive inputs in a queue
     n:integer <- next-input