From 5f67cf85f7e2b115605dad7808d7a24d3c821657 Mon Sep 17 00:00:00 2001
From: faiface <faiface@ksp.sk>
Date: Wed, 23 Nov 2016 16:38:06 +0100
Subject: [PATCH] fix typo

---
 pixelgl/vertex.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pixelgl/vertex.go b/pixelgl/vertex.go
index 06b305b..836df5b 100644
--- a/pixelgl/vertex.go
+++ b/pixelgl/vertex.go
@@ -95,7 +95,7 @@ type VertexArray struct {
 	count  int
 }
 
-// NewVertexArray creates a new vertex array and wrap another BeginEnder around it.
+// NewVertexArray creates a new vertex array and wraps another BeginEnder around it.
 func NewVertexArray(parent BeginEnder, format VertexFormat, mode VertexDrawMode, usage VertexUsage, data []float64) *VertexArray {
 	va := &VertexArray{
 		parent: parent,
-- 
GitLab