From 6292035cb9ad92ea128249bfd353fb3be212344b Mon Sep 17 00:00:00 2001
From: faiface <faiface@ksp.sk>
Date: Tue, 14 Mar 2017 22:51:45 +0100
Subject: [PATCH] minor doc change

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

diff --git a/batch.go b/batch.go
index 3e17680..76d0f12 100644
--- a/batch.go
+++ b/batch.go
@@ -41,7 +41,7 @@ func NewBatch(container Triangles, pic Picture) *Batch {
 //
 //   container := &pixel.TrianglesData{}
 //   batch := pixel.NewBatch(container, nil)
-//   container.SetLen(10) // changed container from outside of Batch
+//   container.SetLen(10) // container changed from outside of Batch
 //   batch.Dirty()        // notify Batch about the change
 func (b *Batch) Dirty() {
 	b.cont.Dirty()
-- 
GitLab