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)