Unverified Commit 31daef6c authored by Aarsh Shah's avatar Aarsh Shah Committed by GitHub

fix stream docs (#182)

parent 6cea7341
...@@ -37,8 +37,8 @@ type MuxedStream interface { ...@@ -37,8 +37,8 @@ type MuxedStream interface {
// Reset. // Reset.
CloseWrite() error CloseWrite() error
// CloseRead closes the stream for writing but leaves it open for // CloseRead closes the stream for reading but leaves it open for
// reading. // writing.
// //
// CloseRead does not free the stream, users must still call Close or // CloseRead does not free the stream, users must still call Close or
// Reset. // Reset.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment