From 547ed239c070068fcd208831fb109d340c903bd9 Mon Sep 17 00:00:00 2001 From: Infinixius <68125679+Infinixius@users.noreply.github.com> Date: Wed, 6 Oct 2021 09:12:05 -0400 Subject: [PATCH] Fix small typos regarding WebSocketPeer --- modules/websocket/doc_classes/WebSocketPeer.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/websocket/doc_classes/WebSocketPeer.xml b/modules/websocket/doc_classes/WebSocketPeer.xml index ab7ef6c4d0..2f455c32fd 100644 --- a/modules/websocket/doc_classes/WebSocketPeer.xml +++ b/modules/websocket/doc_classes/WebSocketPeer.xml @@ -4,7 +4,7 @@ A class representing a specific WebSocket connection. - This class represent a specific WebSocket connection, you can do lower level operations with it. + This class represents a specific WebSocket connection, allowing you to do lower level operations with it. You can choose to write to the socket in binary or text mode, and you can recognize the mode used for writing by the other peer.