We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e9e72c + a268c75 commit 4825174Copy full SHA for 4825174
text/0000-futures.md
@@ -32,7 +32,7 @@ that goes through its importance in greater detail.
32
As with closures, `async` syntax involves producing an anonymous type that implements
33
a key trait: `Future`. Because `async`/`await` requires language-level support,
34
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.
+of this RFC is to stabilize this `Future` trait and the types it depends on.
36
This is the last step needed before we are in a position to stabilize `async`/`await`
37
itself.
38
0 commit comments