We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d470b5 commit ea70cc0Copy full SHA for ea70cc0
src/liballoc/string.rs
@@ -65,7 +65,7 @@ use crate::vec::Vec;
65
///
66
/// # Examples
67
68
-/// 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`]:
69
70
/// [`String::from`]: From::from
71
0 commit comments