From 2ab2b27601dde717dfc9394a223f99d4aca1ec60 Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Thu, 20 Jul 2023 16:36:54 -0400 Subject: [PATCH] docstring edit (#1040) --- geo/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geo/src/lib.rs b/geo/src/lib.rs index 4da3739e5..c4f4f8183 100644 --- a/geo/src/lib.rs +++ b/geo/src/lib.rs @@ -65,7 +65,7 @@ //! - **[`SimplifyIdx`](SimplifyIdx)**: Calculate a simplified geometry using the Ramer–Douglas–Peucker algorithm, returning coordinate indices //! - **[`SimplifyVw`](SimplifyVw)**: Simplify a geometry using the Visvalingam-Whyatt algorithm //! - **[`SimplifyVwPreserve`](SimplifyVwPreserve)**: Simplify a geometry using a topology-preserving variant of the Visvalingam-Whyatt algorithm -//! - **[`SimplifyVwIdx`](SimplifyVwIdx)**: Calculate a simplified geometry using a topology-preserving variant of the Visvalingam-Whyatt algorithm, returning coordinate indices +//! - **[`SimplifyVwIdx`](SimplifyVwIdx)**: Calculate a simplified geometry using the Visvalingam-Whyatt algorithm, returning coordinate indices //! //! ## Query //!