-
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
Grammar fixes #134012
Grammar fixes #134012
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Mark-Simulacrum (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 (
|
Nice find! I agree the grammar you've identified needs some improvement, but I'm not keen on just changing to "integratable". |
Sorry about that. Finger slipped. I can't find "integratable" in major dictionaries, and it's certainly not in my phone's auto complete. Can you try "integrable" or "integrated"? The latter is technically a different tense I suppose but I think it serves the same purpose. English is strange. |
Sorry about that. My computer somehow recognized that as a word. I'll try to find another one. Sorry! |
Hi, |
No need to apologize :) Natural languages evolve in real time so it's quite possible this is just uncommon right now. We try to keep PRs to just 1 commit for small changes like this, because bors doesn't have its own squashing. I'll fixup the history for you, but normally this operation is known as a squash if you want to read about how to do it yourself. |
@bors r+ rollup |
Rollup of 9 pull requests Successful merges: - rust-lang#133996 (Move most tests for `-l` and `#[link(..)]` into `tests/ui/link-native-libs`) - rust-lang#134012 (Grammar fixes) - rust-lang#134032 (docs: better examples for `std::ops::ControlFlow`) - rust-lang#134040 (bootstrap: print{ln}! -> eprint{ln}! (take 2)) - rust-lang#134043 (Add test to check unicode identifier version) - rust-lang#134053 (rustdoc: rename `issue-\d+.rs` tests to have meaningful names (part 10)) - rust-lang#134055 (interpret: clean up deduplicating allocation functions) - rust-lang#134073 (dataflow_const_prop: do not eval a ptr address in SwitchInt) - rust-lang#134084 (Fix typo in RFC mention 3598 -> 3593) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#134012 - aarikpokras:patch-1, r=saethlin Grammar fixes Fixed some grammar in README.md
Fixed some grammar in README.md