Quick typo fix.

This commit is contained in:
Pietro Gagliardi 2015-12-23 01:14:33 -05:00
parent e700bfb572
commit 8d01b16f07
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@ func (c *DrawContext) Restore() {
}
// FontFamilies represents an enumerator over the font families
// available to use by package ui. A FontFamilies object behaves
// available for use by package ui. A FontFamilies object behaves
// similarly to a []string, except that since family names are loaded
// on demand (depending on the backend), it is not an actual []string.
// You call ListFontFamilies to obtain a FontFamilies object, which