Skip to content

Commit 35c3e9e

Browse files
authored
Merge pull request sunface#482 from Madduxv/patch-1
Fixed typos in char-bool.md
2 parents e094f1f + b13c971 commit 35c3e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/basic-types/char-bool.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ use std::mem::size_of_val;
7575

7676
fn main() {
7777
let unit: () = ();
78-
// unit type does't occupy any memeory space
78+
// unit type doesn't occupy any memory space
7979
assert!(size_of_val(&unit) == 0);
8080
}
8181
```

0 commit comments

Comments
 (0)