diff --git a/audio/interface.go b/audio/interface.go index 91d8522..adbc6a3 100644 --- a/audio/interface.go +++ b/audio/interface.go @@ -32,7 +32,7 @@ type Streamer interface { // // 3. n == 0 && !ok // - // Streamer is drained and no more samples will come. Only this case may occur in the + // The Streamer is drained and no more samples will come. Only this case may occur in the // following calls. Stream(samples [][2]float64) (n int, ok bool) }