mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-21 06:35:52 +00:00
Fix word in doc comment
This commit is contained in:
parent
4d2c5e8e58
commit
4534580c9d
@ -53,7 +53,7 @@ impl Approx for (&Handle<HalfEdge>, &Surface) {
|
|||||||
/// An approximation of an [`HalfEdge`]
|
/// An approximation of an [`HalfEdge`]
|
||||||
#[derive(Debug, Eq, PartialEq, Hash, Ord, PartialOrd)]
|
#[derive(Debug, Eq, PartialEq, Hash, Ord, PartialOrd)]
|
||||||
pub struct HalfEdgeApprox {
|
pub struct HalfEdgeApprox {
|
||||||
/// The point that approximates the first vertex of the curve
|
/// The point that approximates the first vertex of the edge
|
||||||
pub first: ApproxPoint<2>,
|
pub first: ApproxPoint<2>,
|
||||||
|
|
||||||
/// The approximation of the edge's curve
|
/// The approximation of the edge's curve
|
||||||
|
Loading…
Reference in New Issue
Block a user