aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2022-01-28 15:41:11 +0100
committerLoïc Hoguin <[email protected]>2022-01-28 15:41:11 +0100
commitfa6c24a65e0e1482ce52dd1f0e08a39ad85b6c82 (patch)
tree00a83a95dcb0fab5659509382d9c54a58602c486 /doc/src/guide
parent0906ab71a85ae7844e8389755fe2e8e7f3f081b5 (diff)
downloadranch-fa6c24a65e0e1482ce52dd1f0e08a39ad85b6c82.tar.gz
ranch-fa6c24a65e0e1482ce52dd1f0e08a39ad85b6c82.tar.bz2
ranch-fa6c24a65e0e1482ce52dd1f0e08a39ad85b6c82.zip
Note when post_listen_callback was added
Diffstat (limited to 'doc/src/guide')
-rw-r--r--doc/src/guide/migrating_from_2.0.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/guide/migrating_from_2.0.asciidoc b/doc/src/guide/migrating_from_2.0.asciidoc
index 2b4b192..fb2c69d 100644
--- a/doc/src/guide/migrating_from_2.0.asciidoc
+++ b/doc/src/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