fix typo in Text doc

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

View File

@ -43,7 +43,7 @@ func RangeTable(table *unicode.RangeTable) []rune {
// txt := text.New(face, text.ASCII)
//
// As suggested by the constructor, a Text object is always associated with one font face and a
// fixed set of runes. For example, the Text we create above can draw text using the font face
// fixed set of runes. For example, the Text we created above can draw text using the font face
// contained in the `face` variable and is capable of drawing ASCII characters.
//
// Here we create a Text object which can draw ASCII and Katakana characters: