Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.2k
Fix doubled words#2657
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Fix doubled words#2657
Uh oh!
There was an error while loading.Please reload this page.
Conversation
jbafford commentedMay 23, 2013
Q | A |
---|---|
Doc fix? | yes |
New docs? | no |
Applies to | 2.1+ |
Fixed tickets | n/a |
Hey John! Wow, did you script this? You found an impressive number of these :). Great to get these fixed up - thanks for the PR! |
Yup. Happened across one, and figured there'd likely be more. Used this to find them: ack -ai '\s+(\w+) \1\s+' symfony-docs Can probably be refined (it won't catch doubled words across line breaks or at the beginning of a line), but it's something. |