Skip to content

Commit

Permalink
Merge pull request #98 from djm93dev/fix-typo
Browse files Browse the repository at this point in the history
fixed typo 'linstrings' -> 'linestrings'
  • Loading branch information
coolwxb committed Sep 20, 2023
2 parents e4ee8ad + f56f83d commit 8a7e867
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions space/ring.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ func (r Ring) Dimensions() int {
return 2
}

// Nums num of linstrings
// Nums num of linestrings
func (r Ring) Nums() int {
return 1
}

// IsCollection returns true if the Geometry is collection.
// IsCollection returns true if the Geometry is collection.
func (r Ring) IsCollection() bool {
return false
}
Expand Down

0 comments on commit 8a7e867

Please sign in to comment.