about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSlanterns <slanterns.w@gmail.com>2024-11-28 23:06:15 +0800
committerGitHub <noreply@github.com>2024-11-28 23:06:15 +0800
commitdae1bf3911173edd0af476c8bcf117719267e59a (patch)
tree0a343cb5c123e4dce9e907c33504deec121b07d4
parent9b4d7c6a40b328d212095c28670c629facf1557d (diff)
downloadrust-dae1bf3911173edd0af476c8bcf117719267e59a.tar.gz
rust-dae1bf3911173edd0af476c8bcf117719267e59a.zip
fix typo in RELEASES.md
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 3707f170a57..8702bb02118 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -43,7 +43,7 @@ Libraries
 - [Document that `catch_unwind` can deal with foreign exceptions without UB, although the exact behavior is unspecified.](https://github.com/rust-lang/rust/pull/128321)
 - [Implement `Default` for `HashMap`/`HashSet` iterators that don't already have it.](https://github.com/rust-lang/rust/pull/128711)
 - [Bump Unicode to version 16.0.0.](https://github.com/rust-lang/rust/pull/130183)
-- [Change documentation of `ptr::add`/`sub` to not claim equivalence with `offset`.](https://github.com/rust-lang/rust/pull/130229).
+- [Change documentation of `ptr::add`/`sub` to not claim equivalence with `offset`.](https://github.com/rust-lang/rust/pull/130229)
 
 
 <a id="1.83.0-Stabilized-APIs"></a>