We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b4d345 commit b13c971Copy full SHA for b13c971
solutions/basic-types/char-bool.md
@@ -75,7 +75,7 @@ use std::mem::size_of_val;
75
76
fn main() {
77
let unit: () = ();
78
- // unit type does't occupy any memeory space
+ // unit type doesn't occupy any memory space
79
assert!(size_of_val(&unit) == 0);
80
}
81
```
0 commit comments