diff options
| author | treeform <starplant@gmail.com> | 2015-02-27 17:57:34 -0800 |
|---|---|---|
| committer | treeform <starplant@gmail.com> | 2015-02-27 17:57:34 -0800 |
| commit | 6a767b0d00a9a3ad578bdb8d85eddbd1afb9be35 (patch) | |
| tree | 8191bb08b6132581b0708d8de2ea4092c8014c4e | |
| parent | 1218ce98a40ef243824fed0efce7160a10fe5f36 (diff) | |
| download | mal-6a767b0d00a9a3ad578bdb8d85eddbd1afb9be35.tar.gz mal-6a767b0d00a9a3ad578bdb8d85eddbd1afb9be35.zip | |
small typo in example
| -rw-r--r-- | process/guide.md | 2 |
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. |
