Merge pull request #2274 from csimons/master

intro.wisp: Fixed typographical error ('rather then' -> 'rather than').
This commit is contained in:
Garen Torikian
2015-03-25 13:24:10 -07:00

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