text: Fix comment

This commit is contained in:
Hajime Hoshi 2017-07-17 06:39:06 +09:00
parent a2adda1ab6
commit e0d0f477dc

View File

@ -13,6 +13,8 @@
// limitations under the License.
// Package text offers functions to draw texts on an Ebiten's image.
//
// Note: This package is experimental and API might be changed.
package text
import (