minor change in pixel package doc

This commit is contained in:
faiface 2017-04-21 17:01:46 +02:00
parent 00bd0fe945
commit acb14d8c9a
1 changed files with 1 additions and 1 deletions

2
doc.go
View File

@ -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