Skip to content

Commit 56508b1

Browse files
authored
Merge pull request #2752 from leijurv/patch-1
Typo in RFC 2394
2 parents cacbf7d + a5906e5 commit 56508b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/2394-async_await.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ disadvantages.
330330

331331
### The lifetime elision problem
332332

333-
As eluded to previously, the returned future captures all input lifetimes. By
333+
As alluded to previously, the returned future captures all input lifetimes. By
334334
default, `impl Trait` does not capture any lifetimes. To accurately reflect the
335335
outer return type, it would become necessary to eliminate lifetime elision:
336336

0 commit comments

Comments
 (0)