minor change in Text doc

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

View File

@ -37,7 +37,7 @@ func RangeTable(table *unicode.RangeTable) []rune {
return runes return runes
} }
// Text allows text drawing. // Text allows for effiecient and convenient text drawing.
// //
// To create a Text object, use the New constructor: // To create a Text object, use the New constructor:
// txt := text.New(face, text.ASCII) // txt := text.New(face, text.ASCII)