Skip to content

Commit ee6fcb3

Browse files
authored
Update index.ts
Minor correction in the index.ts file of nearest-neighbor-analysis package
1 parent 136b1f8 commit ee6fcb3

File tree

1 file changed

+1
-1
lines changed
  • packages/turf-nearest-neighbor-analysis

1 file changed

+1
-1
lines changed

packages/turf-nearest-neighbor-analysis/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ interface NearestNeighborStudyArea extends Feature<Polygon> {
5555
}
5656

5757
/**
58-
* Nearest Neighbor Analysis calculates an index based the average distances
58+
* Nearest Neighbor Analysis calculates an index based on the average distances
5959
* between points in the dataset, thereby providing inference as to whether the
6060
* data is clustered, dispersed, or randomly distributed within the study area.
6161
*

0 commit comments

Comments
 (0)