We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 935c576 commit c94a692Copy full SHA for c94a692
src/std/str.md
@@ -122,7 +122,7 @@ fn main() {
122
// Note that this is not actually a &str
123
let bytestring: &[u8; 20] = b"this is a bytestring";
124
125
- // Byte arrays don't have Display so printing them is a bit limited
+ // Byte arrays don't have the `Display` trait, so printing them is a bit limited
126
println!("A bytestring: {:?}", bytestring);
127
128
// Bytestrings can have byte escapes...
0 commit comments