Skip to content

Commit 4825174

Browse files
authored
Merge pull request #18 from dyxushuai/patch-1
typo fix
2 parents 4e9e72c + a268c75 commit 4825174

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
@@ -32,7 +32,7 @@ that goes through its importance in greater detail.
3232
As with closures, `async` syntax involves producing an anonymous type that implements
3333
a key trait: `Future`. Because `async`/`await` requires language-level support,
3434
the underlying trait must also be part of the standard library. Thus, the goal
35-
of this RFC is to stabilize this this `Future` trait and the types it depends on.
35+
of this RFC is to stabilize this `Future` trait and the types it depends on.
3636
This is the last step needed before we are in a position to stabilize `async`/`await`
3737
itself.
3838

0 commit comments

Comments
 (0)