summaryrefslogtreecommitdiff
path: root/modules/websocket
diff options
context:
space:
mode:
authorInfinixius <68125679+Infinixius@users.noreply.github.com>2021-10-06 09:12:05 -0400
committerGitHub <noreply@github.com>2021-10-06 09:12:05 -0400
commit547ed239c070068fcd208831fb109d340c903bd9 (patch)
treeafe0233f9a499b7d847b708ea69ef038e57d12d2 /modules/websocket
parent294acad796f72e3d1507c60959695a215081dbd1 (diff)
Fix small typos regarding WebSocketPeer
Diffstat (limited to 'modules/websocket')
-rw-r--r--modules/websocket/doc_classes/WebSocketPeer.xml2
1 files changed, 1 insertions, 1 deletions
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.
</brief_description>
<description>
- 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.
</description>
<tutorials>