From 66d706b9e5f52f42a9874ee8bfaae5f4235f187b Mon Sep 17 00:00:00 2001 From: Stanislav Tkach Date: Fri, 17 Apr 2020 17:44:07 +0300 Subject: [PATCH] Fix minor typo (som -> some) --- src/6_future_example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/6_future_example.md b/src/6_future_example.md index c15171f..573077a 100644 --- a/src/6_future_example.md +++ b/src/6_future_example.md @@ -255,7 +255,7 @@ a normal trait. Fortunately, in the future this will probably be possible in the standard library as well. For now, [this trait lives in the nursery][arc_wake], but my -guess is that this will be a part of the standard library after som maturing. +guess is that this will be a part of the standard library after some maturing. We choose to pass in a reference to the whole `Reactor` here. This isn't normal. The reactor will often be a global resource which let's us register interests