minor change in pixel package doc

This commit is contained in:
faiface 2017-04-21 16:57:36 +02:00
parent 497df7842b
commit 591fadaaa5
1 changed files with 3 additions and 3 deletions

6
doc.go
View File

@ -1,7 +1,7 @@
// Package pixel implements platform and backend agnostic core of the Pixel game development // Package pixel implements platform and backend agnostic core of the Pixel game development
// library. // library.
// //
// It contains the core Target, Triangles, Picture pattern and implements standard elements, such as // It specifies the core Target, Triangles, Picture pattern and implements standard elements, such
// Sprite, Batch, Vec, Rect and RGBA in addition to the basic Triangles and Picture implementations: // as Sprite, Batch, Vec, Rect and RGBA in addition to the basic Triangles and Picture
// TrianglesData and PictureData. // implementations: TrianglesData and PictureData.
package pixel package pixel