aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjames sangho nah <sangho.nah@gmail.com>2015-03-08 22:43:27 +1300
committerjames sangho nah <sangho.nah@gmail.com>2015-03-08 22:43:27 +1300
commit169ddeb250af6dd97423e4b149bdb329a95228f7 (patch)
tree64514f93f338205db5d07544e6565a4af97d7767
parentbd08422d33f4982b27eef1a6618adaa98fcb46e2 (diff)
downloadmal-169ddeb250af6dd97423e4b149bdb329a95228f7.tar.gz
mal-169ddeb250af6dd97423e4b149bdb329a95228f7.zip
guide: step2_env.qx -> step3_env.qx
-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.