From ae4b1b8a666dbc7b763536eaa137e22dbcb7fed6 Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Fri, 22 Mar 2024 14:36:52 +0100 Subject: [PATCH] Fix word in doc comment --- crates/fj-core/src/objects/kinds/half_edge.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/fj-core/src/objects/kinds/half_edge.rs b/crates/fj-core/src/objects/kinds/half_edge.rs index 9261ec6ef..6705961c3 100644 --- a/crates/fj-core/src/objects/kinds/half_edge.rs +++ b/crates/fj-core/src/objects/kinds/half_edge.rs @@ -77,7 +77,7 @@ impl HalfEdge { &self.start_vertex } - /// Compute the surface position where the edge starts + /// Compute the surface position where the half-edge starts pub fn start_position(&self) -> Point<2> { // Computing the surface position from the curve position is fine. // `Edge` "owns" its start position. There is no competing code that