diff options
Diffstat (limited to 'src/ranch_protocol.erl')
-rw-r--r-- | src/ranch_protocol.erl | 2 |
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()) |