summaryrefslogtreecommitdiffstats
path: root/docs/index.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.xml')
-rw-r--r--docs/index.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.xml b/docs/index.xml
index c9ea6a64..878665ab 100644
--- a/docs/index.xml
+++ b/docs/index.xml
@@ -680,7 +680,7 @@ Writing a protocol handler All protocol handlers must implement the ranch_protoc
<guid>https://ninenines.eu/docs/en/ranch/2.0/guide/protocols/</guid>
<description>A protocol handler starts a connection process and defines the protocol logic executed in this process.
-Writing a protocol handler All protocol handlers must implement the ranch_protocol behavior which defines a single callback, start_link/3. This callback is responsible for spawning a new process for handling the connection. It receives four arguments: the name of the listener, the socket, the transport handler being used and the protocol options defined in the call to ranch:start_listener/5.</description>
+Writing a protocol handler All protocol handlers must implement the ranch_protocol behavior which defines a single callback, start_link/3. This callback is responsible for spawning a new process for handling the connection. It receives three arguments: the name of the listener, the transport handler being used and the protocol options defined in the call to ranch:start_listener/5.</description>
</item>
<item>