minor change in Text doc
This commit is contained in:
parent
067d9f48d9
commit
81e2e645bd
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue