From 86ecc75efbc140c4499fcde58ca9f6b7d73c7366 Mon Sep 17 00:00:00 2001
From: faiface <faiface@ksp.sk>
Date: Fri, 21 Apr 2017 16:57:36 +0200
Subject: [PATCH] minor change in pixel package doc

---
 doc.go | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc.go b/doc.go
index f1b95e5..dde5592 100644
--- a/doc.go
+++ b/doc.go
@@ -1,7 +1,7 @@
 // Package pixel implements platform and backend agnostic core of the Pixel game development
 // library.
 //
-// It contains 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 implementations:
-// TrianglesData and PictureData.
+// 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
+// implementations: TrianglesData and PictureData.
 package pixel
-- 
GitLab