Follow-up on #2417983: Change docs instances of "the the" to "the": there are two more instances of "the the" in the codebase. Patch to follow.
Beta eval This is just docs. Not frozen.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | 2453311-8.patch | 5.53 KB | rpayanm |
Follow-up on #2417983: Change docs instances of "the the" to "the": there are two more instances of "the the" in the codebase. Patch to follow.
Beta eval This is just docs. Not frozen.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | 2453311-8.patch | 5.53 KB | rpayanm |
Comments
Comment #1
traviscarden commentedComment #2
jhodgdonThanks!
Comment #3
David_Rothstein commentedCommitted to 7.x - thanks!
Comment #5
David_Rothstein commentedWell actually there's a bit of overlap with Drupal 8 there - let's fix it in Drupal 8 too.
Comment #6
dom. commentedActually it happens much more than just in ConditionInterface as per patch #5. I found 13 in total while reviewing.
Patch proposal joined.
Comment #7
David_Rothstein commentedNice find!
However, the ones in core/vendor should not be changed since those are external libraries. (The fix for those would need to be done upstream and then pulled into Drupal the next time Drupal gets a new version of the library.) So they should be removed from the patch.
Also for a couple of the others, a minor issue is that after removing the duplicate "the", more words can now fit on the line and still be under the 80 character limit. For example:
Certainly at least "given" can move up to the previous line in this case.
Comment #8
rpayanmComment #9
dom. commentedPatch from #8 reviewed :
- manually applied it
- manually checked the 80 characters of all changes in the patch
- manually check that all remaining "the the" are in core/vendor (as per said by David_Rothstein in #7)
Therefore, patch #8 is RTBC +1 for me !
Comment #10
jhodgdon+1, thanks for patching/reviewing!
Comment #11
jhodgdonbeta eval
Comment #12
alexpottCommitted 720f586 and pushed to 8.0.x. Thanks!