Skip to content

Commit

Permalink
Fix typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Marenz committed Sep 15, 2015
1 parent 1238298 commit a4aaf92
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 a4aaf92

Please sign in to comment.