Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update incorrect print output in std/box.md
All the print statements that output the size of a boxed object use the phrase "...occupies {} bytes on the stack", which is incorrect and should be changed to "...occupies {} bytes on the heap"
- Loading branch information