Skip to content

Commit

Permalink
Merge pull request #19 from dyxushuai/patch-2
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
aturon committed Jan 28, 2019
2 parents eff2eca + 834f0cd commit 4e9e72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0000-futures.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ to be polled again.

The mechanism through which tasks get scheduled again depends on the executor
which is driving the task.
Possible ways of waking up a an executor include:
Possible ways of waking up an executor include:
- If the executor is blocked on a condition variable, the condition variable
needs to get notified.
- If the executor is blocked on a system call like `select`, it might need
Expand Down

0 comments on commit 4e9e72c

Please sign in to comment.