aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfaiface <faiface2202@gmail.com>2019-05-07 01:32:09 +0200
committerfaiface <faiface2202@gmail.com>2019-05-07 01:32:09 +0200
commit0027d596f670efb1677338d5bd2226d77a20dd81 (patch)
tree7c5b172eda2cd667240f23abfc1e98fa1d4928a9
parent6f8f32604eb7ffcff6baeee9cf994666167085c9 (diff)
downloadgui-0027d596f670efb1677338d5bd2226d77a20dd81.zip
typo
-rw-r--r--mux.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/mux.go b/mux.go
index d0c31de..47f2330 100644
--- a/mux.go
+++ b/mux.go
@@ -18,7 +18,7 @@ type Mux struct {
}
// NewMux creates a new Mux that multiplexes the given Env. It returns the Mux along with
-// a master Env. A master Env is just like any other Env created by the Mux, except that
+// a master Env. The master Env is just like any other Env created by the Mux, except that
// closing the Draw() channel on the master Env closes the whole Mux and all other Envs
// created by the Mux.
func NewMux(env Env) (mux *Mux, master Env) {