aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortreeform <starplant@gmail.com>2015-02-27 17:57:34 -0800
committertreeform <starplant@gmail.com>2015-02-27 17:57:34 -0800
commit6a767b0d00a9a3ad578bdb8d85eddbd1afb9be35 (patch)
tree8191bb08b6132581b0708d8de2ea4092c8014c4e
parent1218ce98a40ef243824fed0efce7160a10fe5f36 (diff)
downloadmal-6a767b0d00a9a3ad578bdb8d85eddbd1afb9be35.tar.gz
mal-6a767b0d00a9a3ad578bdb8d85eddbd1afb9be35.zip
small typo in example
-rw-r--r--process/guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/process/guide.md b/process/guide.md
index 734dc32..649aee6 100644
--- a/process/guide.md
+++ b/process/guide.md
@@ -321,7 +321,7 @@ manually try some simple inputs:
* ` abc ` -> `abc`
* `(123 456)` -> `(123 456)`
* `( 123 456 789 ) ` -> `(123 456 789)`
- * `( + 2 (+ 3 4) ) ` -> `(+ 2 (* 3 4))`
+ * `( + 2 (* 3 4) ) ` -> `(+ 2 (* 3 4))`
To verify that your code is doing more than just eliminating extra
spaces (and not failing), you can instrument your `reader.qx` functions.