Skip to content

Commit

Permalink
fix url-for docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
kschuetz committed May 9, 2012
1 parent 6c04075 commit ecf3af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/noir/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
(url-for* url route-args)))

(defmacro url-for
"given a named route, i.e. (defpage foo \"/foo/:id\"), returns the url for the
"Given a named route, e.g. (defpage foo \"/foo/:id\"), returns the url for the
route. If the route takes arguments, the second argument must be a
map of route arguments to values
Expand Down

0 comments on commit ecf3af0

Please sign in to comment.