summaryrefslogtreecommitdiff
path: root/draw.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-12-23 01:14:33 -0500
committerPietro Gagliardi <[email protected]>2015-12-23 01:14:33 -0500
commit8d01b16f07fd50657127a8b3196e640f06d3f32b (patch)
treedab36775bce76303f3fe8f481c65bbe80ff5dc52 /draw.go
parente700bfb5723883572afc065093b1dd1e00a1a163 (diff)
Quick typo fix.
Diffstat (limited to 'draw.go')
-rw-r--r--draw.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/draw.go b/draw.go
index bdd30c3..a8cded4 100644
--- a/draw.go
+++ b/draw.go
@@ -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