diff --git a/src/liballoc/string.rs b/src/liballoc/string.rs index f864b763668..1c3879c40c2 100644 --- a/src/liballoc/string.rs +++ b/src/liballoc/string.rs @@ -65,7 +65,7 @@ use crate::vec::Vec; /// /// # Examples /// -/// You can create a `String` from a literal string with [`String::from`]: +/// You can create a `String` from [a literal string][str] with [`String::from`]: /// /// [`String::from`]: From::from ///