浏览代码

Merge pull request #53474 from Infinixius/patch-1

Rémi Verschelde 3 年之前
父节点
当前提交
18c912c332
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/websocket/doc_classes/WebSocketPeer.xml

+ 1 - 1
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>