소스 검색

Merge pull request #48879 from Faless/doc/4.x_no_unix_socks

[Doc] Remove reference to UNIX sockets in StreamPeer.
Rémi Verschelde 4 년 전
부모
커밋
42b6602f1d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/classes/StreamPeer.xml

+ 1 - 1
doc/classes/StreamPeer.xml

@@ -4,7 +4,7 @@
 		Abstraction and base class for stream-based protocols.
 	</brief_description>
 	<description>
-		StreamPeer is an abstraction and base class for stream-based protocols (such as TCP or UNIX sockets). It provides an API for sending and receiving data through streams as raw data or strings.
+		StreamPeer is an abstraction and base class for stream-based protocols (such as TCP). It provides an API for sending and receiving data through streams as raw data or strings.
 	</description>
 	<tutorials>
 	</tutorials>