diff --git a/geo/src/lib.rs b/geo/src/lib.rs index 8fcbc1ec6..aa9138c17 100644 --- a/geo/src/lib.rs +++ b/geo/src/lib.rs @@ -73,7 +73,7 @@ //! ## Winding //! //! - **[`Orient`](algorithm::orient::Orient)**: Orients the exterior and interior rings of a [`Polygon`] according to convention -//! - **[`Winding`](algorithm::winding::Winding)**: Calculate and manipulate the winding order of a [`LineString`] +//! - **[`Winding`](algorithm::winding_order::Winding)**: Calculate and manipulate the winding order of a [`LineString`] //! //! ## Map //!