Skip to content
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

Merged
merged 1 commit into from
Jan 23, 2015
Merged

Beef up docs for Box<T> #21516

merged 1 commit into from
Jan 23, 2015

Conversation

steveklabnik
Copy link
Member

No description provided.

@rust-highfive
Copy link
Contributor

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/provide/provides/

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@alexcrichton
Copy link
Member

r=me with a few nits addressed

@steveklabnik
Copy link
Member Author

@bors: r=alexcrichton bbc0add rollup

@steveklabnik
Copy link
Member Author

I double checked them all locally. Thanks for the review 👍

@steveklabnik
Copy link
Member Author

@bors: r=alexcrichton 5a3bded rollup

steveklabnik added a commit to steveklabnik/rust that referenced this pull request Jan 22, 2015
bors added a commit that referenced this pull request Jan 23, 2015
@bors bors merged commit 5a3bded into rust-lang:master Jan 23, 2015
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants