From e0d0f477dc868d0381a6079fac461c1cb33688b9 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Mon, 17 Jul 2017 06:39:06 +0900 Subject: [PATCH] text: Fix comment --- text/text.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/text/text.go b/text/text.go index fce53dc6e..0208b37c2 100644 --- a/text/text.go +++ b/text/text.go @@ -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 (