aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-07-04 11:29:35 +0200
committerLoïc Hoguin <[email protected]>2018-07-04 11:29:35 +0200
commit794a816814cbc9a126531829fae5c7e3359179c3 (patch)
tree933e01c43fed72736cb2eb8bc1c4053509c75a98
parentf5688f4aa425987a1c101ab969fb35e4c3ca012b (diff)
downloadranch-794a816814cbc9a126531829fae5c7e3359179c3.tar.gz
ranch-794a816814cbc9a126531829fae5c7e3359179c3.tar.bz2
ranch-794a816814cbc9a126531829fae5c7e3359179c3.zip
Fix a typo in a type in the documentation
-rw-r--r--doc/src/manual/ranch_transport.asciidoc2
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.