fix typo in doc

This commit is contained in:
faiface 2017-05-28 18:50:56 +02:00
parent f0c42c6e56
commit 793d1e6a9a
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ func (c *Canvas) Texture() *glhf.Texture {
return c.gf.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 { func (c *Canvas) Frame() *glhf.Frame {
return c.gf.frame return c.gf.frame
} }