Cut the antithesis density on the organisation landing page - #2
Closed
iderex wants to merge 1 commit into
Closed
Conversation
`profile/README.md` carried six `rather than` figures and one `X, not Y` in 802
words, 8.7 antitheses per 1000, and that density is the tell the fleet text
survey measures. This is the most visible page the organisation has, so a
reader meets the figure before they meet the product.
Four sites are rewritten and two `rather than` figures are kept, the two where
the contrast is the information: the design case against the error case, and a
preset per deficiency against one blanket mode. The group of three that opened
the page is extended to four, so each image now stands for one row of the speed
table below it.
git grep -cF 'rather than' -- profile/README.md
profile/README.md:2
Nothing else moves: no em dash and no en dash enters the file, measured with
`git grep -nP '\x{2014}'` and `\x{2013}`, both silent before and after.
Answers operations issue 896.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SUPERSEDED BY PULL REQUEST 3, AND CLOSED WITHOUT MERGING.
This head carries the intended change and one defect: its commit has no DCO
sign-off, so
Verify DCO sign-off on every commitrefused it, naming the exacttrailer it wanted. A trailer cannot be added to a pushed commit without
rewriting it, and I do not force-push, so the same tree was committed again with
-sondoc/896-profile-readme-antithesis-dcoand sent as pull request 3.The two heads hold the same bytes:
Read pull request 3 for what the change does and what it leaves undone. Nothing
here is merged and nothing here is lost.