From 0027d596f670efb1677338d5bd2226d77a20dd81 Mon Sep 17 00:00:00 2001 From: faiface Date: Tue, 7 May 2019 01:32:09 +0200 Subject: typo --- mux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3