diff options
| author | faiface <faiface2202@gmail.com> | 2019-05-07 01:32:09 +0200 |
|---|---|---|
| committer | faiface <faiface2202@gmail.com> | 2019-05-07 01:32:09 +0200 |
| commit | 0027d596f670efb1677338d5bd2226d77a20dd81 (patch) | |
| tree | 7c5b172eda2cd667240f23abfc1e98fa1d4928a9 /mux.go | |
| parent | 6f8f32604eb7ffcff6baeee9cf994666167085c9 (diff) | |
| download | gui-0027d596f670efb1677338d5bd2226d77a20dd81.zip | |
typo
Diffstat (limited to 'mux.go')
| -rw-r--r-- | mux.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |