diff --git a/audio/mp3/decode_js.go b/audio/mp3/decode_js.go index 2e56a3368..006fa8401 100644 --- a/audio/mp3/decode_js.go +++ b/audio/mp3/decode_js.go @@ -26,7 +26,7 @@ import ( "github.com/hajimehoshi/ebiten/audio" ) -// TODO: This just uses decodeAudioData can treat audio files other than MP3. +// TODO: This just uses decodeAudioData, that can treat audio files other than MP3. type Stream struct { leftData []float32