From 3706d040ce09e9ac076111ce447fe36e6cd05ebe Mon Sep 17 00:00:00 2001 From: faiface Date: Sun, 28 May 2017 18:50:56 +0200 Subject: [PATCH] fix typo in doc --- pixelgl/canvas.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixelgl/canvas.go b/pixelgl/canvas.go index 93065ea..a088350 100644 --- a/pixelgl/canvas.go +++ b/pixelgl/canvas.go @@ -218,7 +218,7 @@ func (c *Canvas) Texture() *glhf.Texture { return c.gf.Texture() } -// Frame return the underlying OpenGL Frame of this Canvas. +// Frame returns the underlying OpenGL Frame of this Canvas. func (c *Canvas) Frame() *glhf.Frame { return c.gf.frame }