about summary refs log tree commit diff
diff options
context:
space:
mode:
authorXAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>2021-02-11 11:25:32 +0000
committerGitHub <noreply@github.com>2021-02-11 11:25:32 +0000
commit8e24a97c5eb714ff8ec7798f35ef5e64e101c7ea (patch)
tree8ae8b4e7e3a1ea45e293cbef220297bafed326ed
parentcecb8a660c8b159dd7acc815d15ee0cb5f253d20 (diff)
downloadrust-8e24a97c5eb714ff8ec7798f35ef5e64e101c7ea.tar.gz
rust-8e24a97c5eb714ff8ec7798f35ef5e64e101c7ea.zip
Update RELEASES.md
-rw-r--r--RELEASES.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 2654d61d2aa..a0f05667428 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -4,7 +4,7 @@ Version 1.51.0 (2021-03-25)
 Language
 --------
 - [You can now parameterize items such as functions, traits, and `struct`s by constant
-  values in addition to by types.][78135] E.g. you can now write the following. Note:
+  values in addition to by types.][79135] E.g. you can now write the following. Note:
   Only values of primitive integers, `bool`, or `char` types are currently permitted.
   ```rust
   struct GenericArray<T, const LENGTH: usize> {
@@ -104,7 +104,7 @@ Internal Only
 
 - [Consistently avoid constructing optimized MIR when not doing codegen][80718]
 
-[78135]: https://github.com/rust-lang/rust/pull/78135
+[79135]: https://github.com/rust-lang/rust/pull/79135
 [74489]: https://github.com/rust-lang/rust/pull/74489
 [76934]: https://github.com/rust-lang/rust/pull/76934
 [79570]: https://github.com/rust-lang/rust/pull/79570