summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-10-06 16:44:45 +0200
committerGitHub <noreply@github.com>2021-10-06 16:44:45 +0200
commit18c912c332261ab074e34899318f745aff9921c2 (patch)
tree6cbeaadd35638de2ec332225e2d938f4aaaa4f03
parent0e9d5a41d25383089b74c4dece1f93b2aace588e (diff)
parent547ed239c070068fcd208831fb109d340c903bd9 (diff)
Merge pull request #53474 from Infinixius/patch-1
-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>