aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2015-03-01 15:48:40 -0600
committerJoel Martin <github@martintribe.org>2015-03-01 15:49:41 -0600
commitd9c020b069cbd07d09d806b331f158556c69add5 (patch)
tree0fe25012f63ef5fb22209f3d0f5185f4d4d3c0ef
parent2cb013877c4ed41d245ce7c5525405c4833c503d (diff)
downloadmal-d9c020b069cbd07d09d806b331f158556c69add5.tar.gz
mal-d9c020b069cbd07d09d806b331f158556c69add5.zip
guide: typo. Fix https://github.com/kanaka/mal/issues/17
-rw-r--r--process/guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/process/guide.md b/process/guide.md
index 6c6887c..188a79d 100644
--- a/process/guide.md
+++ b/process/guide.md
@@ -483,7 +483,7 @@ the changes that will be made during this step:
diff -urp ../process/step2_eval.txt ../process/step3_env.txt
```
-* Copy `step2_eval.qx` to `step2_env.qx`.
+* Copy `step2_eval.qx` to `step3_env.qx`.
* Create `env.qx` to hold the environment definition.