fix stream docs (#182)

This commit is contained in:
Aarsh Shah 2021-02-15 17:09:00 +05:30 committed by GitHub
parent 6cea734154
commit 31daef6c63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.