aboutsummaryrefslogtreecommitdiffstats
path: root/src/ranch_protocol.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/ranch_protocol.erl')
-rw-r--r--src/ranch_protocol.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ranch_protocol.erl b/src/ranch_protocol.erl
index c788547..c179789 100644
--- a/src/ranch_protocol.erl
+++ b/src/ranch_protocol.erl
@@ -17,7 +17,7 @@
%% Start a new connection process for the given socket.
-callback start_link(
- Ref::any(),
+ Ref::ranch:ref(),
Socket::any(),
Transport::module(),
ProtocolOptions::any())