From 979d9d48dd94046e21eba940fb6970b08a1f87bd Mon Sep 17 00:00:00 2001 From: Carl Fredrik Samson Date: Thu, 14 Jan 2021 14:47:53 +0100 Subject: [PATCH] Formatting --- 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 243e55c..ca00cd3 100644 --- a/src/2_a_mental_model_for_futures.md +++ b/src/2_a_mental_model_for_futures.md @@ -11,7 +11,7 @@ assumptions on runtime specifics that can vary a great deal. It's the way I foun 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 +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.