diff options
author | Loïc Hoguin <[email protected]> | 2018-07-04 11:29:35 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-07-04 11:29:35 +0200 |
commit | 794a816814cbc9a126531829fae5c7e3359179c3 (patch) | |
tree | 933e01c43fed72736cb2eb8bc1c4053509c75a98 /doc/src/manual/ranch_transport.asciidoc | |
parent | f5688f4aa425987a1c101ab969fb35e4c3ca012b (diff) | |
download | ranch-794a816814cbc9a126531829fae5c7e3359179c3.tar.gz ranch-794a816814cbc9a126531829fae5c7e3359179c3.tar.bz2 ranch-794a816814cbc9a126531829fae5c7e3359179c3.zip |
Fix a typo in a type in the documentation
Diffstat (limited to 'doc/src/manual/ranch_transport.asciidoc')
-rw-r--r-- | doc/src/manual/ranch_transport.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
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. |