We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cacbf7d + a5906e5 commit 56508b1Copy full SHA for 56508b1
text/2394-async_await.md
@@ -330,7 +330,7 @@ disadvantages.
330
331
### The lifetime elision problem
332
333
-As eluded to previously, the returned future captures all input lifetimes. By
+As alluded to previously, the returned future captures all input lifetimes. By
334
default, `impl Trait` does not capture any lifetimes. To accurately reflect the
335
outer return type, it would become necessary to eliminate lifetime elision:
336
0 commit comments