summaryrefslogtreecommitdiffstats
path: root/docs/en/gun/1.0/guide/protocols.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/gun/1.0/guide/protocols.asciidoc')
-rw-r--r--docs/en/gun/1.0/guide/protocols.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/gun/1.0/guide/protocols.asciidoc b/docs/en/gun/1.0/guide/protocols.asciidoc
index 2180c5b4..5e3b273e 100644
--- a/docs/en/gun/1.0/guide/protocols.asciidoc
+++ b/docs/en/gun/1.0/guide/protocols.asciidoc
@@ -10,7 +10,7 @@ sends a request, the server sends back a response.
Gun provides convenience functions for performing GET, HEAD,
OPTIONS, POST, PATCH, PUT, and DELETE requests. All these
-functions are aliases of `gun:request/{4,5}` for each respective
+functions are aliases of `gun:request/{4,5,6}` for each respective
methods. Gun also provides a `gun:data/4` function for streaming
the request body.