Skip to content

Commit 88ee66d

Browse files
Rollup merge of #44230 - Phlosioneer:patch-1, r=sfackler
Fix typo in 1.20.0 release notes str::from_boxed_utf8_unchecked rather than ste::
2 parents 9c4bdd3 + 945ba85 commit 88ee66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Stabilized APIs
7777
- [`slice::sort_unstable_by_key`]
7878
- [`slice::sort_unstable_by`]
7979
- [`slice::sort_unstable`]
80-
- [`ste::from_boxed_utf8_unchecked`]
80+
- [`str::from_boxed_utf8_unchecked`]
8181
- [`str::as_bytes_mut`]
8282
- [`str::as_bytes_mut`]
8383
- [`str::from_utf8_mut`]

0 commit comments

Comments
 (0)