audio: fix a wrong comment

This commit is contained in:
Hajime Hoshi 2022-07-01 02:06:30 +09:00
parent 75e84f6eda
commit abc8697ea3

View File

@ -21,7 +21,7 @@ import (
"time"
)
// player is exactly same as the interface oto.Player.
// player is almost the same as the interface oto.Player.
// This is defined in order to remove the dependency on Oto from this file.
type player interface {
Pause()