Skip to content

Commit 6a527d0

Browse files
tonowakwprzytula
andcommitted
Update content/lessons/03_data_types/data_types.rs
Co-authored-by: Wojciech Przytuła <[email protected]>
1 parent 6a5e4a7 commit 6a527d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/lessons/03_data_types/data_types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ fn main() {
7575
hero.level_up();
7676
assert_eq!(hero, twin);
7777

78-
// we can print out the struct's debug string
78+
// We can print out the struct's debug string
7979
// (which is implemented thanks to `Debug` trait) with '{:?}'.
8080
println!("print to stdout: {:?}", hero);
8181

0 commit comments

Comments
 (0)