From d551e74443cf8f372a42bf59a5170c557f5c0afb Mon Sep 17 00:00:00 2001 From: booleancoercion <33005025+booleancoercion@users.noreply.github.com> Date: Wed, 23 Dec 2020 11:10:52 +0200 Subject: [PATCH] Fixed a typo (this time I think I didn't miss any) --- src/3_waker_context.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/3_waker_context.md b/src/3_waker_context.md index e5d4107..717d323 100644 --- a/src/3_waker_context.md +++ b/src/3_waker_context.md @@ -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].