Skip to content

Spelling fix - #120169

Merged
bors merged 1 commit into
rust-lang:masterfrom
sunrosa:patch-1
Jan 20, 2024
Merged

Spelling fix#120169
bors merged 1 commit into
rust-lang:masterfrom
sunrosa:patch-1

Conversation

@sunrosa

Copy link
Copy Markdown
Contributor

"It's" expands to "it is". "It is use..." doesn't make sense.

"Its" is the possessive form, and the intended form here.

"It's" expands to "it is". "Its" is the possessive form.
@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 @joshtriplett (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 (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 S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Jan 20, 2024
@ChrisDenton

Copy link
Copy Markdown
Member

Thanks!

@bors r+ rollup

@bors

bors commented Jan 20, 2024

Copy link
Copy Markdown
Collaborator

📌 Commit 0e96840 has been approved by ChrisDenton

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 Jan 20, 2024
bors added a commit to rust-lang-ci/rust that referenced this pull request Jan 20, 2024
…llaumeGomez
Rollup of 6 pull requests
Successful merges:
- rust-lang#119997 (Fix impl stripped in rustdoc HTML whereas it should not be in case the impl is implemented on a type alias)
- rust-lang#120000 (Ensure `callee_id`s are body owners)
- rust-lang#120063 (Remove special handling of `box` expressions from parser)
- rust-lang#120116 (Remove alignment-changing in-place collect)
- rust-lang#120138 (Increase vscode settings.json `git.detectSubmodulesLimit`)
- rust-lang#120169 (Spelling fix)
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 774cd3a into rust-lang:masterJan 20, 2024
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Jan 20, 2024
Rollup merge of rust-lang#120169 - sunrosa:patch-1, r=ChrisDenton
Spelling fix
"It's" expands to "it is". "It is use..." doesn't make sense.
"Its" is the possessive form, and the intended form here.
@rustbotrustbot added this to the 1.77.0 milestone Jan 20, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-libsRelevant to the library team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@sunrosa@rustbot@ChrisDenton@bors@joshtriplett