add missing dot in doc
This commit is contained in:
parent
21013620a9
commit
415fc129ca
|
@ -17,7 +17,7 @@ import (
|
||||||
//
|
//
|
||||||
// Note that you always need to set the Bounds of the Window.
|
// Note that you always need to set the Bounds of the Window.
|
||||||
type WindowConfig struct {
|
type WindowConfig struct {
|
||||||
// Title at the top of the Window
|
// Title at the top of the Window.
|
||||||
Title string
|
Title string
|
||||||
|
|
||||||
// Bounds specify the bounds of the Window in pixels.
|
// Bounds specify the bounds of the Window in pixels.
|
||||||
|
|
Loading…
Reference in New Issue