Merge pull request #89 from thenonameguy/patch-1

Fix spelling of 'weird' in comments
This commit is contained in:
Daniel Compton 2015-07-25 07:42:12 +12:00
commit ccdd662ab2
1 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@
;; -- Middleware Factories ----------------------------------------------------
;;
;; Note: wierd approach defn-ing middleware factories below. Why? Because
;; Note: weird approach defn-ing middleware factories below. Why? Because
;; I wanted to put some metadata on them (useful for later checking).
;; Found I had to do it this way:
;; (def fn-name
@ -99,7 +99,7 @@
;; ^{....} ;; middleware put on the following fn
;; (fn fn-name ....))
;;
;; So, yeah, wierd.
;; So, yeah, weird.
(def path
"A middleware factory which supplies a sub-tree of `db` to the handler.