diff --git a/batch.go b/batch.go
index 3e176808d4c24c2fc5f3d399fe0669fcc223cced..76d0f120e74a7f67e4a95586ab331b42cefcebba 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()