diff options
Diffstat (limited to 'docs/en/gun/2.0/guide')
-rw-r--r-- | docs/en/gun/2.0/guide/migrating_from_1.3.asciidoc | 2 | ||||
-rw-r--r-- | docs/en/gun/2.0/guide/migrating_from_1.3/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/en/gun/2.0/guide/migrating_from_1.3.asciidoc b/docs/en/gun/2.0/guide/migrating_from_1.3.asciidoc index 220d4482..2ad4a808 100644 --- a/docs/en/gun/2.0/guide/migrating_from_1.3.asciidoc +++ b/docs/en/gun/2.0/guide/migrating_from_1.3.asciidoc @@ -184,7 +184,7 @@ Gun 2.0 requires Erlang/OTP 22.0 or greater. * The functions `gun:request/4,5,6` have been replaced with `gun:headers/4,5` and `gun:request/5,6`. This provides a cleaner separation between requests that are followed by - a body and those that don't. + a body and those that aren't. * The function `gun:ws_send/2` has been replaced with the function `gun:ws_send/3`. The stream reference for the diff --git a/docs/en/gun/2.0/guide/migrating_from_1.3/index.html b/docs/en/gun/2.0/guide/migrating_from_1.3/index.html index 74a42b9d..cfd61c66 100644 --- a/docs/en/gun/2.0/guide/migrating_from_1.3/index.html +++ b/docs/en/gun/2.0/guide/migrating_from_1.3/index.html @@ -139,7 +139,7 @@ </li> <li>Requests may now include the <code>tunnel</code> option to send the request on a specific tunnel. </li> -<li>The functions <code>gun:request/4,5,6</code> have been replaced with <code>gun:headers/4,5</code> and <code>gun:request/5,6</code>. This provides a cleaner separation between requests that are followed by a body and those that don't. +<li>The functions <code>gun:request/4,5,6</code> have been replaced with <code>gun:headers/4,5</code> and <code>gun:request/5,6</code>. This provides a cleaner separation between requests that are followed by a body and those that aren't. </li> <li>The function <code>gun:ws_send/2</code> has been replaced with the function <code>gun:ws_send/3</code>. The stream reference for the corresponding Websocket upgrade request must now be given. </li> |