From 7d31dd8d6fd675eda8cb4d8d019a3115af314cc7 Mon Sep 17 00:00:00 2001 From: faiface Date: Sun, 9 Apr 2017 15:32:31 +0200 Subject: [PATCH] fix obsolete Batch doc --- batch.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/batch.go b/batch.go index fe48e35..63f6849 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)