Browse Source

Merge pull request #23206 from mhilbrunner/docs-streampeertcp

[DOCS] StreamPeerTCP
Max Hilbrunner 6 years ago
parent
commit
c487cce6d0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      doc/classes/StreamPeerTCP.xml

+ 2 - 1
doc/classes/StreamPeerTCP.xml

@@ -4,7 +4,7 @@
 		TCP Stream peer.
 		TCP Stream peer.
 	</brief_description>
 	</brief_description>
 	<description>
 	<description>
-		TCP Stream peer. This object can be used to connect to TCP servers, or also is returned by a tcp server.
+		TCP Stream peer. This object can be used to connect to TCP servers, or also is returned by a TCP server.
 	</description>
 	</description>
 	<tutorials>
 	<tutorials>
 	</tutorials>
 	</tutorials>
@@ -54,6 +54,7 @@
 			<return type="bool">
 			<return type="bool">
 			</return>
 			</return>
 			<description>
 			<description>
+				Returns [code]true[/code] if this peer is currently connected to a host, [code]false[code] otherwise.
 			</description>
 			</description>
 		</method>
 		</method>
 		<method name="set_no_delay">
 		<method name="set_no_delay">