diff options
author | Loïc Hoguin <[email protected]> | 2018-06-03 08:11:07 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-06-03 08:11:07 +0200 |
commit | a644ecfd0fb67870ac3f3a13476aa0accec74d28 (patch) | |
tree | 90b9343dd9438630a2b31b6d5c8c7df040ad03be /doc/src/manual | |
parent | 6233bdbb712b857680c6ccfab6b2692c1e15514e (diff) | |
download | gun-a644ecfd0fb67870ac3f3a13476aa0accec74d28.tar.gz gun-a644ecfd0fb67870ac3f3a13476aa0accec74d28.tar.bz2 gun-a644ecfd0fb67870ac3f3a13476aa0accec74d28.zip |
Fill in the options types instead of using map()
Diffstat (limited to 'doc/src/manual')
-rw-r--r-- | doc/src/manual/gun.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/manual/gun.asciidoc b/doc/src/manual/gun.asciidoc index 77253ba..45f65ab 100644 --- a/doc/src/manual/gun.asciidoc +++ b/doc/src/manual/gun.asciidoc @@ -150,7 +150,7 @@ opts() :: #{ retry_timeout => pos_integer(), trace => boolean(), transport => tcp | ssl, - transport_opts => [gen_tcp:connect_option()] | [ssl:connect_option()] + transport_opts => [gen_tcp:connect_option()] | [ssl:connect_option()], ws_opts => ws_opts() } ---- |