intro.wisp: Fixed typographical error ('rather then' -> 'rather than').

This commit is contained in:
Christopher L. Simons
2015-03-25 14:35:16 -04:00
parent 4213bec62a
commit 5dcc4d74ec

View File

@@ -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