From 5dcc4d74ecd75f7f09a8962b385a3d895d6f37f9 Mon Sep 17 00:00:00 2001 From: "Christopher L. Simons" Date: Wed, 25 Mar 2015 14:35:16 -0400 Subject: [PATCH] intro.wisp: Fixed typographical error ('rather then' -> 'rather than'). --- samples/wisp/intro.wisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/wisp/intro.wisp b/samples/wisp/intro.wisp index 6b817dac..b222b6e2 100644 --- a/samples/wisp/intro.wisp +++ b/samples/wisp/intro.wisp @@ -258,7 +258,7 @@ My name is wisp!" ;; evaluating the reference to the value of the corresponding variable. foo -;; If you wish to refer to the literal symbol, rather then reference you +;; If you wish to refer to the literal symbol, rather than reference you ;; could use (quote foo) ;; or more usually