aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-08-26 19:17:59 +0200
committerLoïc Hoguin <[email protected]>2013-08-26 19:17:59 +0200
commite6e01159da4740b32708738e3a65c039ebd1ce68 (patch)
tree87860a2a4a7bec6838bcbf0312212c206cf3b9b6
parent5347bd3335f45f244f82e5f10da3993d9fdc56a3 (diff)
downloadgun-e6e01159da4740b32708738e3a65c039ebd1ce68.tar.gz
gun-e6e01159da4740b32708738e3a65c039ebd1ce68.tar.bz2
gun-e6e01159da4740b32708738e3a65c039ebd1ce68.zip
Small clarification in the guide
-rw-r--r--guide/http.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guide/http.md b/guide/http.md
index e6b5f64..d60cb28 100644
--- a/guide/http.md
+++ b/guide/http.md
@@ -43,8 +43,8 @@ basis.
To retrieve a resource, `gun:get/{2,3}` can be used. If you
don't need the response body, `gun:head/{2,3}` is available.
-As this type of requests can't have a body, only the path
-and optionally the headers can be specified.
+As this type of requests can't have a request body, only the
+path and optionally the headers can be specified.
``` erlang
%% Without headers.