From 33fb585accd71838b67baa876b2cafcef731ea5d Mon Sep 17 00:00:00 2001
From: faiface <faiface@ksp.sk>
Date: Wed, 11 Jan 2017 00:36:54 +0100
Subject: [PATCH] adjust comment

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

diff --git a/window.go b/window.go
index 9f4f6e8..cbe4f4f 100644
--- a/window.go
+++ b/window.go
@@ -12,9 +12,9 @@ import (
 	"github.com/pkg/errors"
 )
 
-// WindowConfig is convenience structure for specifying all possible properties of a window.
-// Properties are chosen in such a way, that you usually only need to set a few of them -
-// defaults (zeros) should usually be sensible.
+// WindowConfig is a structure for specifying all possible properties of a window. Properties are
+// chosen in such a way, that you usually only need to set a few of them - defaults (zeros) should
+// usually be sensible.
 //
 // Note that you always need to set the width and the height of a window.
 type WindowConfig struct {
-- 
GitLab