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 {
// Reset.
CloseWrite() error
// CloseRead closes the stream for writing but leaves it open for
// reading.
// CloseRead closes the stream for reading but leaves it open for
// writing.
//
// CloseRead does not free the stream, users must still call Close or
// 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