Merge pull request #14 from DocMerlin/patch-1

Fix comment typo.
This commit is contained in:
Hraban Luyat 2017-07-31 09:08:58 +01:00 committed by GitHub
commit ccc8338e7a

View file

@ -24,7 +24,7 @@ type Decoder struct {
sample_rate int
}
// NewEncoder allocates a new Opus decoder and initializes it with the
// NewDecoder allocates a new Opus decoder and initializes it with the
// appropriate parameters. All related memory is managed by the Go GC.
func NewDecoder(sample_rate int, channels int) (*Decoder, error) {
var dec Decoder