From abc8697ea3e6046e256ac32fdeb29155ef32f2ac Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Fri, 1 Jul 2022 02:06:30 +0900 Subject: [PATCH] audio: fix a wrong comment --- audio/player.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/player.go b/audio/player.go index ea085031f..e91890c50 100644 --- a/audio/player.go +++ b/audio/player.go @@ -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()