Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lhchavez committed Apr 14, 2019
1 parent e29bfae commit 5614d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/omegaup-runner/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ func main() {
}
}

// channelBuffer is a buffer that implementats io.Reader, io.Writer, and
// channelBuffer is a buffer that implements io.Reader, io.Writer, and
// io.WriterTo. Write() stores the incoming slices in a []byte channel, which
// are then consumed when either Read() or WriteTo() are called.
type channelBuffer struct {
Expand Down

0 comments on commit 5614d4e

Please sign in to comment.