add missing dot in doc

This commit is contained in:
faiface 2017-03-15 01:09:33 +01:00
parent 21013620a9
commit 415fc129ca
1 changed files with 1 additions and 1 deletions

View File

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