From b8ee8004b0549fae2faf46f50e6fd42a0185d6a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 26 Jun 2018 18:53:34 +0200 Subject: Fix a mistake in the Websocket guide --- doc/src/guide/websocket.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/guide/websocket.asciidoc b/doc/src/guide/websocket.asciidoc index cf32291..418b456 100644 --- a/doc/src/guide/websocket.asciidoc +++ b/doc/src/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 -- cgit v1.2.3