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 2c743c5 commit 7f797daCopy full SHA for 7f797da
src/std/box.md
@@ -59,7 +59,7 @@ fn main() {
59
println!("Rectangle occupies {} bytes on the stack",
60
mem::size_of_val(&rectangle));
61
62
- // box size = pointer size
+ // box size == pointer size
63
println!("Boxed point occupies {} bytes on the stack",
64
mem::size_of_val(&boxed_point));
65
println!("Boxed rectangle occupies {} bytes on the stack",
0 commit comments