From 1c22de4a4b2e606136d71de087aaa2d3b95f0b01 Mon Sep 17 00:00:00 2001 From: Carl Fredrik Samson Date: Thu, 14 Jan 2021 14:36:13 +0100 Subject: [PATCH] improved wording ch 3 --- src/2_a_mental_model_for_futures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/2_a_mental_model_for_futures.md b/src/2_a_mental_model_for_futures.md index 7246f7b..d05a439 100644 --- a/src/2_a_mental_model_for_futures.md +++ b/src/2_a_mental_model_for_futures.md @@ -8,7 +8,7 @@ few chapters. This is not the only way to create a model of an async system since we're making assumptions on runtime specifics that can vary a great deal. It's the way I found -it easiest to build upon and it's relevant for understandig a lot of real +it easiest to build upon and it's relevant for understanding a lot of real implementations you'll find in the async ecosystem. Finally, please note that the code itself is "pseudo-rust" due to the need for brevity