about summary refs log tree commit diff
diff options
context:
space:
mode:
authorXAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>2021-07-23 13:06:43 +0200
committerGitHub <noreply@github.com>2021-07-23 13:06:43 +0200
commit6e59a9d112cdf0f33968a2d6d1865a6494e04b1b (patch)
tree1364df5bd685c98baa41797f11a87854a818242f
parentaf0b8553fef18213e7d8f090028712430643e291 (diff)
downloadrust-6e59a9d112cdf0f33968a2d6d1865a6494e04b1b.tar.gz
rust-6e59a9d112cdf0f33968a2d6d1865a6494e04b1b.zip
Update RELEASES.md
Co-authored-by: Mark Rousskov <mark.simulacrum@gmail.com>
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 8485dd5c023..f06a81c39c4 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -22,7 +22,7 @@ Language
 - [You can now use multiple generic lifetimes with `impl Trait` where the
    lifetimes don't explicitly outlive another.][84701] In code this means
    that you can now have `impl Trait<'a, 'b>` where as before you could
-   only have `impl Trait<'a, 'b: 'a>`.
+   only have `impl Trait<'a, 'b> where 'b: 'a`.
 
 Compiler
 -----------------------