Fixed a typo (this time I think I didn't miss any)

This commit is contained in:
booleancoercion
2020-12-23 11:10:52 +02:00
committed by GitHub
parent d31b7976d1
commit d551e74443

View File

@@ -3,7 +3,7 @@
> **Overview:**
>
> - Understand how the Waker object is constructed
> - Learn how the runtime know when a leaf-future can resume
> - Learn how the runtime knows when a leaf-future can resume
> - Learn the basics of dynamic dispatch and trait objects
>
> The `Waker` type is described as part of [RFC#2592][rfc2592].