minor change in Text doc

This commit is contained in:
faiface 2017-05-09 16:34:13 +02:00
parent 067d9f48d9
commit 81e2e645bd
1 changed files with 1 additions and 1 deletions

View File

@ -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)