summaryrefslogtreecommitdiff
path: root/modules/websocket/doc_classes
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2022-01-02 18:32:49 +0100
committerkobewi <kobewi4e@gmail.com>2022-01-02 21:09:18 +0100
commit2cad7754617f3d7b434d1e9dd7e9ceb30e93d323 (patch)
treeddf93784dda1234ebb78fe2e6bdef573e97b5689 /modules/websocket/doc_classes
parent223beef14a6c6a3c904a3810c2fba353994937c2 (diff)
Fix usage of "Return" in the docs
Diffstat (limited to 'modules/websocket/doc_classes')
-rw-r--r--modules/websocket/doc_classes/WebSocketClient.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/websocket/doc_classes/WebSocketClient.xml b/modules/websocket/doc_classes/WebSocketClient.xml
index 4b515c12a1..5fcf51293d 100644
--- a/modules/websocket/doc_classes/WebSocketClient.xml
+++ b/modules/websocket/doc_classes/WebSocketClient.xml
@@ -39,13 +39,13 @@
<method name="get_connected_host" qualifiers="const">
<return type="String" />
<description>
- Return the IP address of the currently connected host.
+ Returns the IP address of the currently connected host.
</description>
</method>
<method name="get_connected_port" qualifiers="const">
<return type="int" />
<description>
- Return the IP port of the currently connected host.
+ Returns the IP port of the currently connected host.
</description>
</method>
</methods>