Skip to content

Commit a5906e5

Browse files
authored
Typo in RFC 2394
Elude means to evade or escape from. Allude means to make indirect reference. https://grammarist.com/usage/allude-elude/
1 parent cacbf7d commit a5906e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/2394-async_await.md

Lines changed: 1 addition & 1 deletion
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)