Skip to content

docs: fix possessive apostrophes in pinning chapter - #272

Open
zjncs wants to merge 1 commit into
rust-lang:masterfrom
zjncs:docs/fix-pinning-possessive-apostrophes
Open

docs: fix possessive apostrophes in pinning chapter#272
zjncs wants to merge 1 commit into
rust-lang:masterfrom
zjncs:docs/fix-pinning-possessive-apostrophes

Conversation

@zjncs

@zjncs zjncs commented Sep 5, 2026

Copy link
Copy Markdown

Summary

Correct three possessive apostrophe errors in the pinning chapter.

Problem

The text used it's (contraction of it is) where the possessive its is required when describing a pointee's address and destructor. This makes the technical prose grammatically incorrect and can reduce clarity for readers.

Changes

  • Correct it's address to its address.
  • Correct it's destructor / it's destructor runs to its destructor / its destructor runs.

Verification

  • Base SHA: 43891cedf954e991657ba97c2e3ba743d97827ce.
  • Confirmed all three occurrences in src/part-reference/pinning.md on current master.
  • git diff --check passed.

Risk

Documentation-only change; no runtime impact.

AI-assisted contribution; changes were reviewed against the current master branch.

Signed-off-by: zjncs <18910855655@163.com>
@zjncs
zjncs marked this pull request as ready for review September 5, 2026 09:30
Copilot AI lite review requested due to automatic review settings September 5, 2026 09:30

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants