Skip to content
Snippets Groups Projects
Commit abcdff59 authored by faiface's avatar faiface
Browse files

fix typo in Text doc

parent dc3f9857
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment