diff options
| author | Pietro Gagliardi <[email protected]> | 2015-12-23 01:14:33 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-12-23 01:14:33 -0500 |
| commit | 8d01b16f07fd50657127a8b3196e640f06d3f32b (patch) | |
| tree | dab36775bce76303f3fe8f481c65bbe80ff5dc52 /draw.go | |
| parent | e700bfb5723883572afc065093b1dd1e00a1a163 (diff) | |
Quick typo fix.
Diffstat (limited to 'draw.go')
| -rw-r--r-- | draw.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
