-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various fixes to wording consistency in the docs #40722
Conversation
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.
thank you so much! two tiny nits, and then r=me
src/libcollections/range.rs
Outdated
/// | ||
/// Return start value as a `Bound` | ||
/// Returns start value as a `Bound`. |
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.
while you're here, maybe "returns the start value"?
src/libcollections/range.rs
Outdated
/// | ||
/// Return end value as a `Bound` | ||
/// Returns end value as a `Bound`. |
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.
same here, "the end value"
@bors: r+ rollup thanks! |
📌 Commit b7a3d46 has been approved by |
…teveklabnik Various fixes to wording consistency in the docs A bunch of random fixes, added punctuation, plurals, backticks, and so on... r? @steveklabnik
A bunch of random fixes, added punctuation, backticks, and so on...
r? @steveklabnik