summaryrefslogtreecommitdiff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorJosh Stone <cuviper@gmail.com>2023-12-08 14:17:57 -0800
committerJosh Stone <jistone@redhat.com>2023-12-19 14:56:47 -0800
commit35a1189ca7b49a7d3016110be1d00494c5588d9c (patch)
treec50e62cceb1123e04b8fac628dbdf892a8d7fc5f /RELEASES.md
parentadd2bde88787d904a6dbbec29cb44309930c4583 (diff)
Fix a release note typo
Co-authored-by: León Orell Valerian Liehr <me@fmease.dev>
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 76832fabbd9..9e007132dd1 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -97,7 +97,7 @@ Rustdoc
- [Accept less invalid Rust in rustdoc.](https://github.com/rust-lang/rust/pull/117450/)
- [Document lack of object safety on affected traits.](https://github.com/rust-lang/rust/pull/113241/)
- [Hide `#[repr(transparent)]` if it isn't part of the public ABI.](https://github.com/rust-lang/rust/pull/115439/)
-- [Show enum discrimant if it is a C-like variant.](https://github.com/rust-lang/rust/pull/116142/)
+- [Show enum discriminant if it is a C-like variant.](https://github.com/rust-lang/rust/pull/116142/)
<a id="1.75.0-Compatibility-Notes"></a>