From f3c16ccd2eeada70806bd53aaacf9a1c68214da1 Mon Sep 17 00:00:00 2001 From: Erlend Hamberg Date: Wed, 13 Jan 2021 14:37:16 +0100 Subject: Fix a typo in migrating_from_1.3.asciidoc --- doc/src/guide/migrating_from_1.3.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/guide/migrating_from_1.3.asciidoc b/doc/src/guide/migrating_from_1.3.asciidoc index 220d448..2ad4a80 100644 --- a/doc/src/guide/migrating_from_1.3.asciidoc +++ b/doc/src/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 -- cgit v1.2.3