diff --git a/lib/src/voronoi/mod.rs b/lib/src/voronoi/mod.rs index 972bf4e..0b0de8c 100644 --- a/lib/src/voronoi/mod.rs +++ b/lib/src/voronoi/mod.rs @@ -97,7 +97,8 @@ where /// Geo-Voronoi construction error. /// -/// Unexpected Geometry input. +/// Unsupport Geometry object used as input. +/// Please file and issue. #[derive(Debug, Clone)] pub struct ConstructionError;