Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 945ba85

Browse files
authoredAug 31, 2017
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.