Thanks to visit codestin.com
Credit goes to github.com

Skip to content

docs: clarify TransparentWrapper Rule 1 wording - #353

Merged
Lokathor merged 1 commit into
Lokathor:mainfrom
teddytennant:docs/transparent-wrapper-265
Sep 11, 2026
Merged

docs: clarify TransparentWrapper Rule 1 wording#353
Lokathor merged 1 commit into
Lokathor:mainfrom
teddytennant:docs/transparent-wrapper-265

Conversation

@teddytennant

Copy link
Copy Markdown
Contributor

Problem

TransparentWrapper safety Rule 1 used "either" but only described one way to satisfy the rule, which made the docs confusing. The same sentence also had awkward wording ("a either", plural "representations", uneven spacing).

Fix

  • Drop the misleading "either" phrasing so Rule 1 states the single documented requirement directly
  • Clean up grammar/spacing in that sentence
  • Link the language ABI compatibility rules for readers who want the broader layout/ABI background

Docs-only change; no code behavior changes.

Test plan

  • Inspect rendered safety docs in src/transparent.rs
  • Diff-only review of the Rule 1 paragraph

Fixes #265

Remove the misleading "either" that implied multiple ways to
satisfy Rule 1 while only documenting one. Also fix "a either",
plural "representations", and odd spacing, and link the language
ABI compatibility rules for further reading.

Fixes Lokathor#265
@Lokathor
Lokathor merged commit ea36161 into Lokathor:main Sep 11, 2026
15 checks passed
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.

TransparentWrapper docs are confusing

2 participants