From 945ba85019a21e8c313640de5a5237112d410285 Mon Sep 17 00:00:00 2001 From: Phlosioneer Date: Thu, 31 Aug 2017 19:12:07 -0400 Subject: [PATCH] Fix typo in 1.20.0 release notes str::from_boxed_utf8_unchecked rather than ste:: --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index c3a7367a2ee..13a976dc30a 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -77,7 +77,7 @@ Stabilized APIs - [`slice::sort_unstable_by_key`] - [`slice::sort_unstable_by`] - [`slice::sort_unstable`] -- [`ste::from_boxed_utf8_unchecked`] +- [`str::from_boxed_utf8_unchecked`] - [`str::as_bytes_mut`] - [`str::as_bytes_mut`] - [`str::from_utf8_mut`]