Skip to content

Commit 945ba85

Browse files
authored
Fix typo in 1.20.0 release notes
str::from_boxed_utf8_unchecked rather than ste::
1 parent 97b01ab commit 945ba85

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)