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