From 415fc129cac6023226a60cb6b4afb3b0c15fa4ab Mon Sep 17 00:00:00 2001
From: faiface <faiface@ksp.sk>
Date: Wed, 15 Mar 2017 01:09:33 +0100
Subject: [PATCH] add missing dot in doc

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

diff --git a/pixelgl/window.go b/pixelgl/window.go
index f844dbc..b384c38 100644
--- a/pixelgl/window.go
+++ b/pixelgl/window.go
@@ -17,7 +17,7 @@ import (
 //
 // Note that you always need to set the Bounds of the Window.
 type WindowConfig struct {
-	// Title at the top of the Window
+	// Title at the top of the Window.
 	Title string
 
 	// Bounds specify the bounds of the Window in pixels.
-- 
GitLab