From 794a816814cbc9a126531829fae5c7e3359179c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 4 Jul 2018 11:29:35 +0200 Subject: Fix a typo in a type in the documentation --- doc/src/manual/ranch_transport.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/src/manual/ranch_transport.asciidoc b/doc/src/manual/ranch_transport.asciidoc index ed0ad70..6545720 100644 --- a/doc/src/manual/ranch_transport.asciidoc +++ b/doc/src/manual/ranch_transport.asciidoc @@ -165,7 +165,7 @@ or to set protocol-specific options. === getopts(CSocket, SockOpts) -> {ok, SockOptValues} | {error, atom()} CSocket = any():: Socket for this connection. -SockOpts = [atom]:: Socket option names. +SockOpts = [atom()]:: Socket option names. SockOptValues = list():: Socket options. Get options for the given socket. -- cgit v1.2.3