summaryrefslogtreecommitdiffhomepage
path: root/compojure.html.markdown
diff options
context:
space:
mode:
authorLevi Bostian <levi.bostian@gmail.com>2014-09-12 13:15:06 -0500
committerLevi Bostian <levi.bostian@gmail.com>2014-09-12 13:15:06 -0500
commit83c96939020bca64fe4f25c676c6bc479dad52f5 (patch)
tree3bc452ff606fd2de945055fcdb8089b8febe3224 /compojure.html.markdown
parent6b63afa2ee7b8eac22d619dfb038ecb1480b9946 (diff)
parentc67cd5bb4be6f972104a82f27fa75f18e0677de9 (diff)
Merge pull request #762 from matthiasn/patch-2
Update compojure.html.markdown
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 c5b03498..36a8d123 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):