Merge pull request #40 from ibraheemdev/patch-1

fix typo
This commit is contained in:
Carl Fredrik Samson
2021-06-13 08:54:45 +02:00
committed by GitHub

View File

@@ -210,7 +210,7 @@ impl Drop for Reactor {
## A little side note
The comments delimiting the Executor, `Future` implementation and Reactor,
emphasize on what is part of the langauge (Future and Waker) and what is not (runtime specifics).
emphasize on what is part of the language (Future and Waker) and what is not (runtime specifics).
Therefore, the comments associate the `Waker` with the `Future` implementation,
despite its strong relation with the Executor.