Skip to content

Conversation

ear7h
Copy link
Contributor

@ear7h ear7h commented Nov 5, 2019

To apply this change (to any code base), one line of bash can be used:

sed  -e 's/\([Vv]\)erticies/\1ertices/g' -i '' $(grep -e '[Vv]erticies' -r . -l --exclude='./.git/*')

closes #44

@ear7h ear7h requested a review from gdey November 5, 2019 20:09
@coveralls
Copy link

coveralls commented Nov 5, 2019

Pull Request Test Coverage Report for Build 437

  • 12 of 17 (70.59%) changed or added relevant lines in 10 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.4%) to 57.538%

Changes Missing Coverage Covered Lines Changed/Added Lines %
encoding/wkt/wkt_encode.go 0 1 0.0%
geom.go 4 5 80.0%
line.go 0 1 0.0%
planar/clip/linestring.go 0 1 0.0%
planar/simplify.go 0 1 0.0%
Totals Coverage Status
Change from base Build 431: 0.4%
Covered Lines: 28366
Relevant Lines: 49300

💛 - Coveralls

To apply this change (to any code base), one line of bash can be used:

```
sed  -e 's/\([Vv]\)erticies/\1ertices/g' -i '' $(grep -e '[Vv]erticies' -r . -l --exclude='./.git/*')
```
@gdey gdey merged commit 0905ac8 into master Nov 15, 2019
@gdey gdey deleted the issue-44 branch November 15, 2019 19:02
Copy link
Member

@gdey gdey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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.

typo in LineString.Verticies
3 participants