Skip to content

Commit

Permalink
Minor C API doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-jts committed Aug 13, 2024
1 parent e0977f1 commit f8d57ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions capi/geos_c.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -4934,7 +4934,7 @@ extern char GEOS_DLL GEOSEqualsIdentical(
* The pattern is a 9-character string
* containing symbols in the set "012TF*".
* "012F" match the corresponding dimension symbol;
* "T" matches any non-empty dimension.; "*" matches any dimension.
* "T" matches any non-empty dimension; "*" matches any dimension.
* \see geos::geom::Geometry::relate
* \param g1 First geometry in pair
* \param g2 Second geometry in pair
Expand All @@ -4948,7 +4948,7 @@ extern char GEOS_DLL GEOSRelatePattern(
const char *imPattern);

/**
* Calculate and return the DE9IM string for this geometry pair.
* Calculate the DE9IM string for this geometry pair.
* The result is a 9-character string containing dimension symbols in the set "012F".
* \see geos::geom::Geometry::relate
* \param g1 First geometry in pair
Expand All @@ -4975,7 +4975,7 @@ extern char GEOS_DLL GEOSRelatePatternMatch(
const char *imPattern);

/**
* Calculate and return the DE9IM string for this geometry pair,
* Calculate the DE9IM string for this geometry pair,
* using the supplied \ref GEOSRelateBoundaryNodeRules.
* \see geos::geom::Geometry::relate
* \see geos::algorithm::BoundaryNodeRule
Expand Down

0 comments on commit f8d57ec

Please sign in to comment.