From c31f162b37b80b1d2fee8f21dd3115410c0bbc95 Mon Sep 17 00:00:00 2001 From: Carl Fredrik Samson Date: Mon, 6 Apr 2020 21:21:52 +0200 Subject: [PATCH] spelling --- src/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/introduction.md b/src/introduction.md index 1f8614a..1015165 100644 --- a/src/introduction.md +++ b/src/introduction.md @@ -56,7 +56,7 @@ in Rust. If you like it, you might want to check out the others as well: ## Credits and thanks -I'll like to take the chance of thanking the people behind `mio`, `tokio`, +I'll like to take this chance to thank the people behind `mio`, `tokio`, `async_std`, `Futures`, `libc`, `crossbeam` which underpins so much of the async ecosystem and and rarely gets enough praise in my eyes.