Skip to content

Commit

Permalink
[Doc] Remove reference to UNIX sockets in StreamPeer.
Browse files Browse the repository at this point in the history
That class can be used as a base to implement them, but there is no
actual implementation for it in Godot.
  • Loading branch information
Faless committed May 20, 2021
1 parent c0de820 commit e858f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/StreamPeer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit e858f7c

Please sign in to comment.