Skip to content

Commit

Permalink
Merge pull request #18 from dyxushuai/patch-1
Browse files Browse the repository at this point in the history
typo fix
  • Loading branch information
aturon authored Jan 28, 2019
2 parents 4e9e72c + a268c75 commit 4825174
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 4825174

Please sign in to comment.