-
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
Docs fix spelling issues #136054
Docs fix spelling issues #136054
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @BoxyUwU (or someone else) some time within the next two weeks. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
Please squish your commits into one. |
// Don't try to calculate an end-biased layout for unsizable structs, | ||
// Don't try to calculate an end-biased layout for unseizable structs, |
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 is wrong?
/// Provides various type traversal APIs (e.g., recursing into fields). | ||
/// Provides various types of traversal APIs (e.g., recursing into fields). |
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.
I think this is also wrong?
Based on the fact that some of these typo fixes seem wrong, and the fact that we've seen a wave of tiny fix PRs similar to yours that we suspect are linked with blockchain rewards, I'm going to close this PR. These sometimes result in github deleting the entire account and all PRs of that account, causing trouble for tooling processing commits and corresponding PRs. To avoid encouraging such PRs and to prevent churn from deleted PRs we will not accept such PRs. If you would like to contribute to the project, you are more than welcome to contribute something more substantial. |
@@ -62,7 +62,7 @@ pub enum ExternAbi { | |||
/// normally ABI-compatible Rust types can become ABI-incompatible with this ABI! | |||
Unadjusted, | |||
/// For things unlikely to be called, where reducing register pressure in | |||
/// `extern "Rust"` callers is worth paying extra cost in the callee. | |||
/// `extern "Rust"` callers are worth paying an extra cost in the callee. |
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.
The original is correct, "reducing register pressure (in ...) is"
Hello
I fixed several spelling issues.
Glad I could help
Br, Elias.