Merge pull request #12 from DarkEld3r/patch-1

Fix minor typo (som -> some)
This commit is contained in:
Carl Fredrik Samson
2020-04-17 22:12:57 +02:00
committed by GitHub

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