Clarify the literal string

This commit is contained in:
Manish Goregaokar 2020-07-18 22:32:42 -07:00
parent 8d470b5796
commit ea70cc0ae6

View File

@ -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
///