Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dyxushuai committed Jan 26, 2019
1 parent eff2eca commit 834f0cd
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 834f0cd

Please sign in to comment.