From acb14d8c9a73fed38d074c4676c1c99f6bc733ba Mon Sep 17 00:00:00 2001 From: faiface Date: Fri, 21 Apr 2017 17:01:46 +0200 Subject: [PATCH] minor change in pixel package doc --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.go b/doc.go index dde5592..fe85605 100644 --- a/doc.go +++ b/doc.go @@ -2,6 +2,6 @@ // library. // // It specifies the core Target, Triangles, Picture pattern and implements standard elements, such -// as Sprite, Batch, Vec, Rect and RGBA in addition to the basic Triangles and Picture +// as Sprite, Batch, Vec, Matrix and RGBA in addition to the basic Triangles and Picture // implementations: TrianglesData and PictureData. package pixel