Skip to content

Commit

Permalink
Merge pull request vibe-d#1264 from Marenz/patch-2
Browse files Browse the repository at this point in the history
Fix typo in documentation
  • Loading branch information
s-ludwig committed Sep 16, 2015
2 parents 1238298 + a4aaf92 commit f882b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/vibe/core/stream.d
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ interface Stream : InputStream, OutputStream {
Connection streams are based on streaming socket connections, pipes and
similar end-to-end streams.
See_also: vibe.core.new.TCPConnection
See_also: vibe.core.net.TCPConnection
*/
interface ConnectionStream : Stream {
/** Determines The current connection status.
Expand Down

0 comments on commit f882b4f

Please sign in to comment.