aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorfaiface <faiface2202@gmail.com>2019-05-04 18:31:58 +0200
committerfaiface <faiface2202@gmail.com>2019-05-04 18:31:58 +0200
commit28ed6e1f0e22506b88f6d012a640131560f25d6f (patch)
tree26d71a36ad47505cdf033500b8a7d4fdc6a6c94b /README.md
parent7f27d8ee626eafe24c1a540bd70ad12c34745856 (diff)
downloadgui-28ed6e1f0e22506b88f6d012a640131560f25d6f.zip
README: fix a typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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?