Skip to content

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 26, 2013
Merged

Fix doubled words #2657

merged 1 commit into from
May 26, 2013

Conversation

jbafford
Copy link
Contributor

Q A
Doc fix? yes
New docs? no
Applies to 2.1+
Fixed tickets n/a

@jbafford jbafford mentioned this pull request May 23, 2013
weaverryan added a commit that referenced this pull request May 26, 2013
@weaverryan weaverryan merged commit 360a202 into symfony:2.1 May 26, 2013
@weaverryan
Copy link
Member

Hey John!

Wow, did you script this? You found an impressive number of these :). Great to get these fixed up - thanks for the PR!

@jbafford jbafford deleted the doubled-words-21 branch May 26, 2013 17:23
@jbafford
Copy link
Contributor Author

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.

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.

2 participants