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 6a5e4a7 commit 6a527d0Copy full SHA for 6a527d0
content/lessons/03_data_types/data_types.rs
@@ -75,7 +75,7 @@ fn main() {
75
hero.level_up();
76
assert_eq!(hero, twin);
77
78
- // we can print out the struct's debug string
+ // We can print out the struct's debug string
79
// (which is implemented thanks to `Debug` trait) with '{:?}'.
80
println!("print to stdout: {:?}", hero);
81
0 commit comments