-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Correct grammar; and remove redundant comment #33968
Conversation
r? @aturon (rust_highfive has picked a reviewer for you, use r? to override) |
r? @Manishearth |
btw, you don't have to Also, |
@@ -622,7 +621,7 @@ impl<T> ops::Index<ops::RangeFrom<usize>> for [T] { | |||
|
|||
/// Implements slicing with syntax `&self[..]`. | |||
/// | |||
/// Returns a slice of the whole slice. This operation can not panic. | |||
/// Returns a slice of the whole slice. This operation cannot panic. |
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.
This isn't a grammar fix, both are correct
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.
@bors r+ rollup |
📌 Commit 87bc04f has been approved by |
Correct grammar; and remove redundant comment
No description provided.