From f7d9ff9f83ec4e4b6ab7baa57761ca0c0a9602a8 Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Mon, 23 Oct 2023 13:46:29 +0200 Subject: [PATCH] Update doc comments --- crates/fj-core/src/algorithms/approx/edge.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/fj-core/src/algorithms/approx/edge.rs b/crates/fj-core/src/algorithms/approx/edge.rs index bebf8bc85..a36433637 100644 --- a/crates/fj-core/src/algorithms/approx/edge.rs +++ b/crates/fj-core/src/algorithms/approx/edge.rs @@ -66,7 +66,7 @@ pub struct HalfEdgeApprox { pub points: Vec>, } -/// Cache for edge approximations +/// Cache for half-edge approximations #[derive(Default)] pub struct HalfEdgeApproxCache { start_position: VertexApproxCache,