summaryrefslogtreecommitdiffstats
path: root/docs/en/ranch/2.1/guide/migrating_from_2.0.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-01-16 16:49:08 +0100
committerLoïc Hoguin <[email protected]>2023-01-16 16:49:08 +0100
commitd73aae065ac85cd7de71b815c1c8f28df6391828 (patch)
tree92b7240ff230f87cea5db9ab70a8e727875012a4 /docs/en/ranch/2.1/guide/migrating_from_2.0.asciidoc
parent992831c7a516b5183c2af06260829d41aa45267c (diff)
downloadninenines.eu-d73aae065ac85cd7de71b815c1c8f28df6391828.tar.gz
ninenines.eu-d73aae065ac85cd7de71b815c1c8f28df6391828.tar.bz2
ninenines.eu-d73aae065ac85cd7de71b815c1c8f28df6391828.zip
Cowlib 2.12
Also future-proof some templates. Unfortunately still have to use a very old Hugo version to build as there's bugs preventing proper asciidoc use otherwise (.asciidoc files do not get rendered properly).
Diffstat (limited to 'docs/en/ranch/2.1/guide/migrating_from_2.0.asciidoc')
-rw-r--r--docs/en/ranch/2.1/guide/migrating_from_2.0.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/ranch/2.1/guide/migrating_from_2.0.asciidoc b/docs/en/ranch/2.1/guide/migrating_from_2.0.asciidoc
index 2b4b192c..fb2c69d7 100644
--- a/docs/en/ranch/2.1/guide/migrating_from_2.0.asciidoc
+++ b/docs/en/ranch/2.1/guide/migrating_from_2.0.asciidoc
@@ -23,7 +23,7 @@ for Erlang/OTP 21 has been removed.
programmatically shut down idle connections to
make up space for new connections, for example.
-* A `post_listen` callback option has been added. It
+* A `post_listen_callback` option has been added. It
receives sockets immediately after the `Transport:listen/1`
call. It can be used for some additional initialization
of the socket, such as setting file permissions on