fix grammar in Drawer doc

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

View File

@ -14,7 +14,7 @@ package pixel
// Picture. // Picture.
// //
// Whenever you change the Triangles, call Dirty to notify Drawer that Triangles changed. You don't // 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 { type Drawer struct {
Triangles Triangles Triangles Triangles
Picture Picture Picture Picture