From 9510b8b91837dd5fe2965e3a9a59f690a710c8a3 Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Mon, 4 Sep 2023 10:38:42 +0200 Subject: [PATCH] Update doc comment --- 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 db15452bd..aa7d6bc6d 100644 --- a/crates/fj-core/src/algorithms/approx/edge.rs +++ b/crates/fj-core/src/algorithms/approx/edge.rs @@ -214,7 +214,7 @@ fn approx_edge( CurveApproxSegment { boundary, points } } -/// A cache for results of an approximation +/// Cache for edge approximations #[derive(Default)] pub struct EdgeApproxCache { start_position_approx: BTreeMap, Point<3>>,