-
Notifications
You must be signed in to change notification settings - Fork 13.3k
fixed typo #113539
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
fixed typo #113539
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @WaffleLapkin (or someone else) soon. 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 (
|
Some changes occurred in cc @BoxyUwU |
//SliceOrStr(ValSlice<'tcx>), | ||
// dont use SliceOrStr for now |
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 not a typo, this is commented out code.
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.
Sorry, fixed it now
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.
still not fixed, // dont use SliceOrStr for now
is also part of the comment and not documentation
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 have undone everything besides changing // dont
to // don't
. Please have a look.
@rustbot author |
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.
Looks fine to me. Please squash commits together.
I have combined the commits together now |
Thanks! |
…ubilee fixed typo Hi, I have fixed a few typos in commands. Please review my pr.
…iaskrgr Rollup of 7 pull requests Successful merges: - rust-lang#113042 (Add Platform Support documentation for MIPS Release 6 targets) - rust-lang#113539 (fixed typo) - rust-lang#113614 (platform-support.md: It's now verified that NetBSD/riscv64 can self-h…) - rust-lang#113750 (Add missing italicization to `sort_unstable_by_key` complexity ) - rust-lang#113755 (Normalize lazy type aliases when probing for ADTs) - rust-lang#113756 (fix wrong link) - rust-lang#113762 (Fix typo) r? `@ghost` `@rustbot` modify labels: rollup
Hi, I have fixed a few typos in commands. Please review my pr.