diff --git a/batch.go b/batch.go index fe48e35d1f43eb89bddcf73ae137e9418c65828e..63f6849d6b0a1d7c45170c2810b7b17f301a9454 100644 --- a/batch.go +++ b/batch.go @@ -5,8 +5,7 @@ import ( "image/color" ) -// Batch is a Target that allows for efficient drawing of many objects with the same Picture (but -// different slices of the same Picture are allowed). +// Batch is a Target that allows for efficient drawing of many objects with the same Picture. // // To put an object into a Batch, just draw it onto it: // object.Draw(batch)