Skip to content

Commit 4e9e72c

Browse files
authored
Merge pull request #19 from dyxushuai/patch-2
typo
2 parents eff2eca + 834f0cd commit 4e9e72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-futures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ to be polled again.
183183

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

0 commit comments

Comments
 (0)