From 2610c148e4db971981749599ff6d99541d826ec7 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Wed, 14 Sep 2022 13:56:59 +0900 Subject: [PATCH] text: typo --- text/text.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/text.go b/text/text.go index 0a3cbab54..75aaee5ef 100644 --- a/text/text.go +++ b/text/text.go @@ -191,7 +191,7 @@ func Draw(dst *ebiten.Image, text string, face font.Face, x, y int, clr color.Co // op is the options to draw glyph images. // The origin point is a 'dot' (period) position. // Be careful that the origin point is not upper-left corner position of dst. -// The default glyph color is while. op's ColorM adjusts the color. +// The default glyph color is white. op's ColorM adjusts the color. // // If you want to adjust the position of the text, these functions are useful: //