Fixed a typo
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# A mental model of how Futures and runtimes work
|
# A mental model of how Futures and runtimes work
|
||||||
|
|
||||||
The main goal in this part is to build a high level
|
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
|
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
|
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.
|
like trait objects and generators in the next few chapters.
|
||||||
@@ -72,4 +72,4 @@ this chapter._
|
|||||||
</a>
|
</a>
|
||||||
<a href="./assets/slides/Slide19.PNG" target="_blank">
|
<a href="./assets/slides/Slide19.PNG" target="_blank">
|
||||||
<img src="./assets/slides/Slide19.PNG" alt="slide19"/>
|
<img src="./assets/slides/Slide19.PNG" alt="slide19"/>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user