Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Commit

Permalink
fix stream docs (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
aarshkshah1992 committed Feb 15, 2021
1 parent 6cea734 commit 31daef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mux/mux.go
Expand Up @@ -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.
Expand Down

0 comments on commit 31daef6

Please sign in to comment.