We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e094f1f + b13c971 commit 35c3e9eCopy full SHA for 35c3e9e
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