P2642: Requested change to non-wording explanation
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 29
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
Coauthor Malte Foerster requests the following (NON-WORDING) change to Section 3.2, from
All other strides of
layout_left_paddedare the same as inlayout_left, and all other strides oflayout_right_paddedare the same as inlayout_right.
to
All subsequent strides for
layout_left_paddedare naturally defined bystride(n+1) = stride(n)*extent(n), and all subsequent strides forlayout_right_paddedare naturally defined bystride(n-1) = stride(n)*extent(n), respectively.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at Section 3.2 of the proposal and compare the current sentence about strides with the requested replacement in the issue. Update the non-wording explanation to use the two stated stride formulas, then review the document diff to confirm that only this passage changed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100