aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2015-03-08 23:58:29 -0500
committerJoel Martin <github@martintribe.org>2015-03-08 23:58:29 -0500
commite7b5e72201ba5299858bedb0d7fce4a9abd9875a (patch)
tree64514f93f338205db5d07544e6565a4af97d7767
parentbd08422d33f4982b27eef1a6618adaa98fcb46e2 (diff)
parent169ddeb250af6dd97423e4b149bdb329a95228f7 (diff)
downloadmal-master.tar.gz
mal-master.zip
Merge pull request #34 from microamp/guide-wrong-fileHEADmaster
guide: incorrect filename fixed
-rw-r--r--process/guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/process/guide.md b/process/guide.md
index a7daa3d..bd4fa10 100644
--- a/process/guide.md
+++ b/process/guide.md
@@ -510,7 +510,7 @@ diff -urp ../process/step2_eval.txt ../process/step3_env.txt
key is found up the outer chain, then throws/raises a "not found"
error.
-* Update `step2_env.qx` to use the new `Env` type to create the
+* Update `step3_env.qx` to use the new `Env` type to create the
repl_env (with a `nil` outer value) and use the `set` method to add
the numeric functions.