diff --git a/src/hello/print.md b/src/hello/print.md index efedeb79df..08a6291dcd 100644 --- a/src/hello/print.md +++ b/src/hello/print.md @@ -54,7 +54,7 @@ fn main() { // FIXME ^ Add the missing argument: "James" // Only types that implement fmt::Display can be formatted with `{}`. User- - // defined types to not implement fmt::Display by default + // defined types do not implement fmt::Display by default #[allow(dead_code)] struct Structure(i32);