Fix minor typo (som -> some)

This commit is contained in:
Stanislav Tkach
2020-04-17 17:44:07 +03:00
committed by GitHub
parent 8689ac98cc
commit 66d706b9e5

View File

@@ -255,7 +255,7 @@ a normal trait.
Fortunately, in the future this will probably be possible in the standard 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 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. 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 The reactor will often be a global resource which let's us register interests