Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dyxushuai authored Jan 26, 2019
1 parent eff2eca commit a268c75
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 @@ -32,7 +32,7 @@ that goes through its importance in greater detail.
As with closures, `async` syntax involves producing an anonymous type that implements
a key trait: `Future`. Because `async`/`await` requires language-level support,
the underlying trait must also be part of the standard library. Thus, the goal
of this RFC is to stabilize this this `Future` trait and the types it depends on.
of this RFC is to stabilize this `Future` trait and the types it depends on.
This is the last step needed before we are in a position to stabilize `async`/`await`
itself.

Expand Down

0 comments on commit a268c75

Please sign in to comment.