mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-30 20:05:55 +00:00
Fix typo in doc comment
This commit is contained in:
parent
89e2e93ac3
commit
20aa5101bc
@ -72,7 +72,7 @@ impl fmt::Display for HalfEdge {
|
||||
|
||||
/// An edge, defined in global (3D) coordinates
|
||||
///
|
||||
/// In contract to [`HalfEdge`], `GlobalEdge` is undirected, meaning it has no
|
||||
/// In contrast to [`HalfEdge`], `GlobalEdge` is undirected, meaning it has no
|
||||
/// defined direction, and its vertices have no defined order. This means it can
|
||||
/// be used to determine whether two [`HalfEdge`]s map to the same `GlobalEdge`,
|
||||
/// regardless of their direction.
|
||||
|
Loading…
Reference in New Issue
Block a user