1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-10 00:36:48 +02:00

Merge pull request #1043 from astahlman/master

Fixed spelling of 'arithmetic' in Clojure Macros tutorial.
This commit is contained in:
Levi Bostian
2015-04-19 21:25:23 -05:00

View File

@@ -109,7 +109,7 @@ You'll want to be familiar with Clojure. Make sure you understand everything in
(list x) ; -> (4)
;; 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)
(defn clean-arg [arg]
(if (seq? arg)