Fixed a typo

This commit is contained in:
booleancoercion
2020-12-23 10:44:59 +02:00
committed by GitHub
parent aa0423caaf
commit ee276abbd3

View File

@@ -1,7 +1,7 @@
# A mental model of how Futures and runtimes work
The main goal in this part is to build a high level
mental model of how the different pieces we read about in the previos chapter
mental model of how the different pieces we read about in the previous chapter
works toghether. I hope this will make it easier to understand what we just read
about in the previous chapter and also explain why we take a deep dive into topics
like trait objects and generators in the next few chapters.