summaryrefslogtreecommitdiffhomepage
path: root/compojure.html.markdown
diff options
context:
space:
mode:
authorMatthias Nehlsen <mn@nehlsen-edv.de>2014-09-12 19:36:53 +0200
committerMatthias Nehlsen <mn@nehlsen-edv.de>2014-09-12 19:36:53 +0200
commitc67cd5bb4be6f972104a82f27fa75f18e0677de9 (patch)
tree4ce5966f1df181c7b72f43a9bc9336e39f4dffe5 /compojure.html.markdown
parentdda23f5e803fe503608885eb48a925f6f991df3b (diff)
Update compojure.html.markdown
While I'm at it... great work, by the way. The article about Compojure is really helpful. Thanks for that
Diffstat (limited to 'compojure.html.markdown')
-rw-r--r--compojure.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/compojure.html.markdown b/compojure.html.markdown
index 444c8c58..af97a147 100644
--- a/compojure.html.markdown
+++ b/compojure.html.markdown
@@ -173,7 +173,7 @@ Or, for POST and PUT requests, form parameters as well
### Return values
-The return value of a route block determines at least the response body
+The return value of a route block determines the response body
passed on to the HTTP client, or at least the next middleware in the
ring stack. Most commonly, this is a string, as in the above examples.
But, you may also return a [response map](https://github.com/mmcgrana/ring/blob/master/SPEC):