From 6a767b0d00a9a3ad578bdb8d85eddbd1afb9be35 Mon Sep 17 00:00:00 2001 From: treeform Date: Fri, 27 Feb 2015 17:57:34 -0800 Subject: small typo in example --- process/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process/guide.md') 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. -- cgit v1.2.3