diff --git a/doc.go b/doc.go
index f1b95e5f7e51a432e6f509b4ea7f82509db02bd7..dde55920034adadd32efed89f6f92f2124747124 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