Skip to content

Grammar fixes - #134012

Merged
bors merged 1 commit into
rust-lang:masterfrom
aarikpokras:patch-1
Dec 10, 2024
Merged

Grammar fixes#134012
bors merged 1 commit into
rust-lang:masterfrom
aarikpokras:patch-1

Conversation

@aarikpokras

Copy link
Copy Markdown
Contributor

Fixed some grammar in README.md

@rustbot

Copy link
Copy Markdown
Collaborator

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 (S-waiting-on-review and S-waiting-on-author) stays updated, invoking these commands when appropriate:

  • @rustbot author: the review is finished, PR author should check the comments and take action accordingly
  • @rustbot review: the author is ready for a review, this PR will be queued again in the reviewer's queue

@rustbotrustbot added A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Dec 7, 2024
@saethlin

Copy link
Copy Markdown
Member

Nice find! I agree the grammar you've identified needs some improvement, but I'm not keen on just changing to "integratable".

@saethlinsaethlin closed this Dec 8, 2024
@saethlinsaethlin reopened this Dec 8, 2024
@saethlin

Copy link
Copy Markdown
Member

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.

@aarikpokras

Copy link
Copy Markdown
ContributorAuthor

Sorry about that. My computer somehow recognized that as a word. I'll try to find another one. Sorry!

@aarikpokras

Copy link
Copy Markdown
ContributorAuthor

Hi,
I used "integrated". Thank you!

@saethlin

Copy link
Copy Markdown
Member

Sorry about that. My computer somehow recognized that as a word. I'll try to find another one. Sorry!

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.

@saethlin

Copy link
Copy Markdown
Member

@bors r+ rollup

@bors

bors commented Dec 9, 2024

Copy link
Copy Markdown
Collaborator

📌 Commit 2d71dd5 has been approved by saethlin

It is now in the queue for this repository.

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Dec 9, 2024
@fmeasefmease mentioned this pull request Dec 9, 2024
bors added a commit to rust-lang-ci/rust that referenced this pull request Dec 10, 2024
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
@bors
bors merged commit 780b5bb into rust-lang:masterDec 10, 2024
@rustbotrustbot added this to the 1.85.0 milestone Dec 10, 2024
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Dec 10, 2024
Rollup merge of rust-lang#134012 - aarikpokras:patch-1, r=saethlin
Grammar fixes
Fixed some grammar in README.md
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-metaArea: Issues & PRs about the rust-lang/rust repository itselfS-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@aarikpokras@rustbot@saethlin@bors@Mark-Simulacrum