diff --git a/geo/src/lib.rs b/geo/src/lib.rs index c004a3988..431a0468d 100644 --- a/geo/src/lib.rs +++ b/geo/src/lib.rs @@ -68,7 +68,7 @@ //! ## Boolean Operations //! //! - **[`BooleanOps`]**: Combine or split (Multi)Polygons using intersecton, union, xor, or difference operations -//! - **[`UnaryUnion`]**: A fast union of a collection of [`Polygon`]s, backed by an R*-tree +//! - **[`UnaryUnion`]**: Efficient union of a collection of adjacent or overlapping [`Polygon`]s //! //! ## Outlier Detection //!