From fc8eafe3d57de1f1a8d9d3a0733227fecf93fcc1 Mon Sep 17 00:00:00 2001 From: faiface Date: Tue, 9 May 2017 16:34:54 +0200 Subject: [PATCH] fix typo in Text doc --- text/text.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/text.go b/text/text.go index c28f1eb..1d13d71 100644 --- a/text/text.go +++ b/text/text.go @@ -43,7 +43,7 @@ func RangeTable(table *unicode.RangeTable) []rune { // txt := text.New(face, text.ASCII) // // As suggested by the constructor, a Text object is always associated with one font face and a -// fixed set of runes. For example, the Text we create above can draw text using the font face +// fixed set of runes. For example, the Text we created above can draw text using the font face // contained in the `face` variable and is capable of drawing ASCII characters. // // Here we create a Text object which can draw ASCII and Katakana characters: