diff --git a/geo/src/algorithm/relate/mod.rs b/geo/src/algorithm/relate/mod.rs index 2dc5064b2e..f6ba3f8511 100644 --- a/geo/src/algorithm/relate/mod.rs +++ b/geo/src/algorithm/relate/mod.rs @@ -10,7 +10,7 @@ mod relate_operation; /// Topologically relate two geometries based on [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM) semantics. /// -/// See [`IntersectionMatrix`] for details. +/// See [`IntersectionMatrix`] for details. All predicates are available on the calculated matrix. /// /// # Examples ///