Skip to content

Commit

Permalink
Fix doxygen typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaston authored Jan 23, 2025
1 parent b23952c commit 4310f3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions capi/geos_c.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -3879,10 +3879,10 @@ extern GEOSClusterInfo GEOS_DLL* GEOSClusterEnvelopeIntersects(const GEOSGeometr
/**
* @brief GEOSClusterInfo_getNumClusters
*
* Get the number of clusters identifed by a clustering operation
* Get the number of clusters identified by a clustering operation
*
* @param clusters cluster information object
* @return number of clusters identifed
* @return number of clusters identified
*/
extern size_t GEOS_DLL GEOSClusterInfo_getNumClusters(const GEOSClusterInfo* clusters);

Expand Down

0 comments on commit 4310f3b

Please sign in to comment.