fix typo in Window doc

This commit is contained in:
faiface 2017-04-08 18:05:50 +02:00
parent 5097bc9cac
commit e6af9eb3c2
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ func (w *Window) MakeTriangles(t pixel.Triangles) pixel.TargetTriangles {
// MakePicture generates a specialized copy of the supplied Picture that will draw onto this Window.
//
// Window support PictureColor.
// Window supports PictureColor.
func (w *Window) MakePicture(p pixel.Picture) pixel.TargetPicture {
return w.canvas.MakePicture(p)
}