Caught another typo

For some reason my mind skipped this one the first time I went over it...
This commit is contained in:
booleancoercion
2020-12-23 10:49:27 +02:00
committed by GitHub
parent ee276abbd3
commit d31b7976d1

View File

@@ -6,7 +6,7 @@ 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.
This is not the only way to model this since we're making assumtions on runtime This is not the only way to model this since we're making assumptions on runtime
specifics that can vary a great deal, but it's the way I found it easiest to specifics that can vary a great deal, but it's the way I found it easiest to
build upon. Finally, please note that the code itself is "pseudo-rust" due to build upon. Finally, please note that the code itself is "pseudo-rust" due to
the need for brevity and clarity. the need for brevity and clarity.