mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 21:52:31 +03:00
Fixed spelling of 'arithmetic' in Clojure Macros tutorial.
This commit is contained in:
parent
b44aded453
commit
1ae0d0aa7e
@ -109,7 +109,7 @@ You'll want to be familiar with Clojure. Make sure you understand everything in
|
|||||||
(list x) ; -> (4)
|
(list x) ; -> (4)
|
||||||
|
|
||||||
;; It's typical to use helper functions with macros. Let's create a few to
|
;; It's typical to use helper functions with macros. Let's create a few to
|
||||||
;; help us support a (dumb) inline arithmatic syntax
|
;; help us support a (dumb) inline arithmetic syntax
|
||||||
(declare inline-2-helper)
|
(declare inline-2-helper)
|
||||||
(defn clean-arg [arg]
|
(defn clean-arg [arg]
|
||||||
(if (seq? arg)
|
(if (seq? arg)
|
||||||
|
Loading…
Reference in New Issue
Block a user