fix grammar in Drawer doc
This commit is contained in:
parent
4ce6e2b3c4
commit
4abba37aa3
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue