diff options
author | Haoyu Qiu <timothyqiu32@gmail.com> | 2023-03-16 13:56:09 +0800 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2023-03-16 16:43:31 +0100 |
commit | c6a704af2cc6b0bef66c61c83247aa65e6a664ef (patch) | |
tree | 1c1c88dcd9d72b04a944fb0b05db61b51b75798c /modules | |
parent | ef06e5d786d4ab56b77d6011754d5816c4448189 (diff) |
Fix typos and inconsistencies in classref
(cherry picked from commit 57d4272984fc0dd4c668503ead82a9dd01020bfd)
Diffstat (limited to 'modules')
-rw-r--r-- | modules/websocket/doc_classes/WebSocketMultiplayerPeer.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/websocket/doc_classes/WebSocketMultiplayerPeer.xml b/modules/websocket/doc_classes/WebSocketMultiplayerPeer.xml index e0d17277ef..6f27611a81 100644 --- a/modules/websocket/doc_classes/WebSocketMultiplayerPeer.xml +++ b/modules/websocket/doc_classes/WebSocketMultiplayerPeer.xml @@ -25,7 +25,7 @@ <param index="1" name="bind_address" type="String" default=""*"" /> <param index="2" name="tls_server_options" type="TLSOptions" default="null" /> <description> - Starts a new multiplayer server listening on the given [param port]. You can optionally specify a [param bind_address], and provide valiid [param tls_server_options] to use TLS. See [method TLSOptions.server]. + Starts a new multiplayer server listening on the given [param port]. You can optionally specify a [param bind_address], and provide valid [param tls_server_options] to use TLS. See [method TLSOptions.server]. </description> </method> <method name="get_peer" qualifiers="const"> |