From 4534580c9d4906bb5a818a0d1494abd1c2ccd3d3 Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Tue, 21 Feb 2023 15:09:52 +0100 Subject: [PATCH] Fix word in doc comment --- crates/fj-kernel/src/algorithms/approx/edge.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/fj-kernel/src/algorithms/approx/edge.rs b/crates/fj-kernel/src/algorithms/approx/edge.rs index 3a21d66a0..1a69b455b 100644 --- a/crates/fj-kernel/src/algorithms/approx/edge.rs +++ b/crates/fj-kernel/src/algorithms/approx/edge.rs @@ -53,7 +53,7 @@ impl Approx for (&Handle, &Surface) { /// An approximation of an [`HalfEdge`] #[derive(Debug, Eq, PartialEq, Hash, Ord, PartialOrd)] pub struct HalfEdgeApprox { - /// The point that approximates the first vertex of the curve + /// The point that approximates the first vertex of the edge pub first: ApproxPoint<2>, /// The approximation of the edge's curve