Skip to content

Commit

Permalink
Merge pull request #42622 from darkclif/master
Browse files Browse the repository at this point in the history
Docs change: More detailed description of StreamPeerTCP.is_connected_to_host()
  • Loading branch information
akien-mga authored Oct 8, 2020
2 parents abbd58d + 7970e4a commit 53a3dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/StreamPeerTCP.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<return type="bool">
</return>
<description>
Returns [code]true[/code] if this peer is currently connected to a host, [code]false[/code] otherwise.
Returns [code]true[/code] if this peer is currently connected or is connecting to a host, [code]false[/code] otherwise.
</description>
</method>
<method name="set_no_delay">
Expand Down

0 comments on commit 53a3dfb

Please sign in to comment.