From 81e2e645bd41906c2d2482c8966fedd8e3fb8647 Mon Sep 17 00:00:00 2001 From: faiface Date: Tue, 9 May 2017 16:34:13 +0200 Subject: [PATCH] minor change 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 02e7c61..c28f1eb 100644 --- a/text/text.go +++ b/text/text.go @@ -37,7 +37,7 @@ func RangeTable(table *unicode.RangeTable) []rune { return runes } -// Text allows text drawing. +// Text allows for effiecient and convenient text drawing. // // To create a Text object, use the New constructor: // txt := text.New(face, text.ASCII)