aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/src/manual/gun.asciidoc2
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()
}
----