fix grammar in Drawer doc

This commit is contained in:
faiface 2017-04-13 15:15:17 +02:00
parent b5a2c12175
commit e55d490801
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ package pixel
// Picture.
//
// Whenever you change the Triangles, call Dirty to notify Drawer that Triangles changed. You don't
// need to notify Drawer about a change of Picture.
// need to notify Drawer about a change of the Picture.
type Drawer struct {
Triangles Triangles
Picture Picture