diff options
author | Infinixius <68125679+Infinixius@users.noreply.github.com> | 2021-10-06 09:12:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-06 09:12:05 -0400 |
commit | 547ed239c070068fcd208831fb109d340c903bd9 (patch) | |
tree | afe0233f9a499b7d847b708ea69ef038e57d12d2 /modules/websocket/doc_classes | |
parent | 294acad796f72e3d1507c60959695a215081dbd1 (diff) |
Fix small typos regarding WebSocketPeer
Diffstat (limited to 'modules/websocket/doc_classes')
-rw-r--r-- | modules/websocket/doc_classes/WebSocketPeer.xml | 2 |
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> |