adjust comment

This commit is contained in:
faiface 2017-01-11 00:36:54 +01:00
parent 828f7aa803
commit 33fb585acc
1 changed files with 3 additions and 3 deletions

View File

@ -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 {