Fix usage of "Return" in the docs

This commit is contained in:
kobewi
2022-01-02 18:32:49 +01:00
parent 223beef14a
commit 2cad775461
19 changed files with 85 additions and 85 deletions
@@ -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>