about summary refs log tree commit diff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2025-05-09 19:11:17 +0200
committerPietro Albini <pietro@pietroalbini.org>2025-05-09 19:11:17 +0200
commit3c8efb57bd04532c629909deef3ba6881f9b9e15 (patch)
tree045ddb49786f34666da9af6232fe1b0815594ed2 /RELEASES.md
parentcb253490c3f18abb59b98c9f01c036b28e7deccc (diff)
downloadrust-3c8efb57bd04532c629909deef3ba6881f9b9e15.tar.gz
rust-3c8efb57bd04532c629909deef3ba6881f9b9e15.zip
update wording
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 412a8d9c2d6..83eb49a3fe6 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -91,7 +91,7 @@ Stabilized APIs
 - [`<str>::from_utf8_unchecked`](https://doc.rust-lang.org/stable/std/primitive.str.html#method.from_utf8_unchecked)
 - [`<str>::from_utf8_unchecked_mut`](https://doc.rust-lang.org/stable/std/primitive.str.html#method.from_utf8_unchecked_mut)
 
-These APIs are now stable in const contexts:
+These previously stable APIs are now stable in const contexts:
 
 - [`core::str::from_utf8_mut`](https://doc.rust-lang.org/stable/std/str/fn.from_utf8_mut.html)
 - [`<[T]>::copy_from_slice`](https://doc.rust-lang.org/stable/std/primitive.slice.html#method.copy_from_slice)