diff options
Diffstat (limited to 'docs/en/gun/1.0/guide/websocket.asciidoc')
-rw-r--r-- | docs/en/gun/1.0/guide/websocket.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/gun/1.0/guide/websocket.asciidoc b/docs/en/gun/1.0/guide/websocket.asciidoc index cf32291f..418b4561 100644 --- a/docs/en/gun/1.0/guide/websocket.asciidoc +++ b/docs/en/gun/1.0/guide/websocket.asciidoc @@ -93,7 +93,7 @@ gun:ws_send(ConnPid, {text, "Hello!"}). //---- Note that if you send a close frame, Gun will close the connection -cleanly and will not attempt to reconnect afterwards. +cleanly but will attempt to reconnect afterwards. === Receiving data |