From 28ed6e1f0e22506b88f6d012a640131560f25d6f Mon Sep 17 00:00:00 2001 From: faiface Date: Sat, 4 May 2019 18:31:58 +0200 Subject: README: fix a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c317b3a..c89f79a 100644 --- a/README.md +++ b/README.md @@ -274,7 +274,7 @@ func main() { } ``` -Just for the info, losing the `Draw()` channel on an `Env` created by `mux.MakeEnv()` removes the `Env` from the `Mux`. +Just for the info, closing the `Draw()` channel on an `Env` created by `mux.MakeEnv()` removes the `Env` from the `Mux`. What if one of the `Env`s hangs and stops consuming events, or if it simply takes longer to consume them? Will all the other `Env`s hang as well? -- cgit v1.2.3