aboutsummaryrefslogtreecommitdiffstats
path: root/guide/http.md
diff options
context:
space:
mode:
Diffstat (limited to 'guide/http.md')
-rw-r--r--guide/http.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guide/http.md b/guide/http.md
index d60cb28..a44e95a 100644
--- a/guide/http.md
+++ b/guide/http.md
@@ -211,7 +211,7 @@ Pushed streams can be received like this:
``` erlang
receive
- {gun_push, Pid, PushedStreamRef, StreamRef,
+ {gun_push, Pid, PushedStreamRef, StreamRef,
Method, Host, Path, Headers} ->
%% ...
end