Skip to content

Commit

Permalink
Fix a typo in print.md (#1568)
Browse files Browse the repository at this point in the history
  • Loading branch information
drogozov authored Jul 26, 2022
1 parent 3155db4 commit 9985b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hello/print.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9985b99

Please sign in to comment.