From ad07fc7faf440b025f7d883664aebf281ea85852 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 19 Mar 2015 20:50:00 -0700 Subject: 958 --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Readme.md') diff --git a/Readme.md b/Readme.md index b81460b5..a2021dcf 100644 --- a/Readme.md +++ b/Readme.md @@ -146,9 +146,9 @@ will be unique (other variables won't clobber it) and consistent (all mentions of the name will map to the same address inside a function). Things get more complicated when your functions call other functions. Mu -doesn't preserve uniqueness of names across functions, so you need to organize -your names into spaces. At the start of each function (like `factorial` -above), set its *default space*: +doesn't preserve uniqueness of addresses across functions, so you need to +organize your names into spaces. At the start of each function (like +`factorial` above), set its *default space*: ```lisp default-space:space-address <- new space:literal, 30:literal -- cgit 1.4.1-2-gfad0