From 8d01b16f07fd50657127a8b3196e640f06d3f32b Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 23 Dec 2015 01:14:33 -0500 Subject: Quick typo fix. --- draw.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'draw.go') 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 -- cgit v1.2.3