Skip to content

Commit

Permalink
Fix a copy-and-paste glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Kim committed Dec 18, 2018
1 parent 9c191c6 commit ba01b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/raptorq/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ type Decoder interface {
// been freed, calling Encode with its SBN may return an error.
FreeSourceBlock(sbn uint8)

// Close closes the Decoder. After an Decoder is closed, all methods but
// Close closes the Decoder. After a Decoder is closed, all methods but
// Close() will panic if called.
Close() error
}
Expand Down

0 comments on commit ba01b57

Please sign in to comment.