We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3155db4 commit 9985b99Copy full SHA for 9985b99
src/hello/print.md
@@ -54,7 +54,7 @@ fn main() {
54
// FIXME ^ Add the missing argument: "James"
55
56
// Only types that implement fmt::Display can be formatted with `{}`. User-
57
- // defined types to not implement fmt::Display by default
+ // defined types do not implement fmt::Display by default
58
59
#[allow(dead_code)]
60
struct Structure(i32);
0 commit comments