app/internal/window: add missing period after sentence

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2020-11-16 16:51:12 +01:00
parent aee87baefe
commit 01e8308a83
+1 -1
View File
@@ -74,7 +74,7 @@ var resources struct {
handle syscall.Handle
// class is the Gio window class from RegisterClassEx.
class uint16
// cursor is the arrow cursor resource
// cursor is the arrow cursor resource.
cursor syscall.Handle
}