Fix small typos regarding WebSocketPeer
This commit is contained in:
parent
294acad796
commit
547ed239c0
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
A class representing a specific WebSocket connection.
|
A class representing a specific WebSocket connection.
|
||||||
</brief_description>
|
</brief_description>
|
||||||
<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.
|
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>
|
</description>
|
||||||
<tutorials>
|
<tutorials>
|
||||||
|
|
Loading…
Reference in a new issue