fix typo in doc
This commit is contained in:
parent
f0c42c6e56
commit
793d1e6a9a
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue