examples/audio: Fix comments

This commit is contained in:
Hajime Hoshi 2017-08-08 02:09:45 +09:00
parent 6b8ab59d1f
commit 5adfababee

View File

@ -14,7 +14,7 @@
// +build example
// This example offers an audio player.
// This is an example to implement an audio player.
// See examples/wav for a simpler example to play a sound file.
package main