From a644ecfd0fb67870ac3f3a13476aa0accec74d28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sun, 3 Jun 2018 08:11:07 +0200 Subject: Fill in the options types instead of using map() --- doc/src/manual/gun.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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() } ---- -- cgit v1.2.3