diff --git a/drawer.go b/drawer.go index 72b5708..4ee50c8 100644 --- a/drawer.go +++ b/drawer.go @@ -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