-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Beef up docs for Box<T> #21516
Beef up docs for Box<T> #21516
Conversation
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
//! A unique pointer type. | ||
//! A pointer type for heap allocation. | ||
//! | ||
//! `Box<T>`, casually referred to as a 'box', provide the simplest form of heap allocation in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/provide/provides/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
r=me with a few nits addressed |
7caf31b
to
bbc0add
Compare
@bors: r=alexcrichton bbc0add rollup |
I double checked them all locally. Thanks for the review 👍 |
bbc0add
to
5a3bded
Compare
No description provided.