From ad1af303f47c169f4ab02b38d0e51372f533214d Mon Sep 17 00:00:00 2001 From: Carl Fredrik Samson Date: Thu, 14 Jan 2021 14:44:57 +0100 Subject: [PATCH] Formatting --- src/2_a_mental_model_for_futures.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/2_a_mental_model_for_futures.md b/src/2_a_mental_model_for_futures.md index d05a439..243e55c 100644 --- a/src/2_a_mental_model_for_futures.md +++ b/src/2_a_mental_model_for_futures.md @@ -9,9 +9,9 @@ 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 understanding a lot of real -implementations you'll find in the async ecosystem. Finally, +implementations you'll find in the async ecosystem. -please note that the code itself is "pseudo-rust" due to the need for brevity +Finally,please note that the code itself is "pseudo-rust" due to the need for brevity and clarity. >Click on a page to open a larger view in a new tab.