From 4abba37aa36dbef5a9d56c7da7c97acef89f555a Mon Sep 17 00:00:00 2001
From: faiface <faiface@ksp.sk>
Date: Thu, 13 Apr 2017 15:15:17 +0200
Subject: [PATCH] fix grammar in Drawer doc

---
 drawer.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab