mirror of
https://github.com/hannobraun/Fornjot
synced 2025-11-02 21:27:10 +00:00
Fix word in doc comment
This commit is contained in:
parent
7fc1d406eb
commit
ae4b1b8a66
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user