aboutsummaryrefslogtreecommitdiffstats
path: root/env.go
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2024-08-24 14:48:28 -0400
committerSam Anthony <sam@samanthony.xyz>2024-08-24 14:48:28 -0400
commit050f26f34a64689e16fc9d20c9a9dc3f7e43b1d0 (patch)
tree91e5122d9fc3975fe76d32c98183213ada1aec9e /env.go
parentd8743bbc53c8db43151ef89d21264b531bea3d4c (diff)
downloadgui-050f26f34a64689e16fc9d20c9a9dc3f7e43b1d0.zip
rename MakeEventsChan -> makeEventsChan
Diffstat (limited to 'env.go')
-rw-r--r--env.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/env.go b/env.go
index cf7f96c..05276b5 100644
--- a/env.go
+++ b/env.go
@@ -15,7 +15,7 @@ import (
//
// An Env guarantees to produce a "resize/<x0>/<y0>/<x1>/<y1>" event as its first event.
//
-// The Events() channel must be unlimited in capacity. Use MakeEventsChan() to create
+// The Events() channel must be unlimited in capacity. Use makeEventsChan() to create
// a channel of events with an unlimited capacity.
//
// The Draw() channel may be synchronous.