mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-31 04:15:54 +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
|
/// 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
|
/// 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`,
|
/// be used to determine whether two [`HalfEdge`]s map to the same `GlobalEdge`,
|
||||||
/// regardless of their direction.
|
/// regardless of their direction.
|
||||||
|
Loading…
Reference in New Issue
Block a user