Skip to content

Commit 9985b99

Browse files
authored
Fix a typo in print.md (#1568)
1 parent 3155db4 commit 9985b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hello/print.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ fn main() {
5454
// FIXME ^ Add the missing argument: "James"
5555
5656
// Only types that implement fmt::Display can be formatted with `{}`. User-
57-
// defined types to not implement fmt::Display by default
57+
// defined types do not implement fmt::Display by default
5858
5959
#[allow(dead_code)]
6060
struct Structure(i32);

0 commit comments

Comments
 (0)