From e6e01159da4740b32708738e3a65c039ebd1ce68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 26 Aug 2013 19:17:59 +0200 Subject: Small clarification in the guide --- guide/http.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guide/http.md') 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. -- cgit v1.2.3