about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMark Simulacrum <mark.simulacrum@gmail.com>2017-08-31 18:07:48 -0600
committerGitHub <noreply@github.com>2017-08-31 18:07:48 -0600
commit88ee66d3c24e178a0a6a21ccfdfb9b1245e26eae (patch)
tree5295a107af78a4c32a5bb511311d37c2c536f121
parent9c4bdd3b8702698abbfd8bd2503298ea71c79dc1 (diff)
parent945ba85019a21e8c313640de5a5237112d410285 (diff)
downloadrust-88ee66d3c24e178a0a6a21ccfdfb9b1245e26eae.tar.gz
rust-88ee66d3c24e178a0a6a21ccfdfb9b1245e26eae.zip
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::
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
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`]