Skip to content

Commit

Permalink
Fixed typo in compojure.response
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Sep 12, 2010
1 parent 34bcb56 commit 9b528f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compojure/response.clj
Expand Up @@ -22,7 +22,7 @@
(extend-type Map
Renderable
(render [this _]
(merge {:status 200, :headers {}, :body ""} m)))
(merge {:status 200, :headers {}, :body ""} this)))

(extend-type IFn
Renderable
Expand Down

0 comments on commit 9b528f8

Please sign in to comment.