summaryrefslogtreecommitdiff
path: root/window.go
diff options
context:
space:
mode:
Diffstat (limited to 'window.go')
-rw-r--r--window.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/window.go b/window.go
index b182f7c..58f0aca 100644
--- a/window.go
+++ b/window.go
@@ -10,7 +10,7 @@ import (
// Window represents an on-screen window.
type Window struct {
// Closing gets a message when the user clicks the window's close button.
- // You cannot change it once the Window has been opened.
+ // You cannot change it once the Window has been created.
// If you do not respond to this signal, nothing will happen; regardless of whether you handle the signal or not, the window will not be closed.
Closing chan struct{}