Skip to content
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

Fix repeating words #153

Merged
merged 1 commit into from
Aug 21, 2021
Merged

Fix repeating words #153

merged 1 commit into from
Aug 21, 2021

Conversation

tynn
Copy link
Contributor

@tynn tynn commented Jul 29, 2021

I saw a useless word repetion and fixed all by running

egrep -lR '(\<\w+\>) \<\1\>' src | xargs sed -i '' -e 's: \([a-zA-Z][^ ]*[a-zA-Z]\) \1 : \1 :'

@jodastephen jodastephen merged commit 973f2b7 into ThreeTen:master Aug 21, 2021
@jodastephen
Copy link
Member

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants