Fix word in doc comment

This commit is contained in:
Hanno Braun 2023-02-21 15:09:52 +01:00
parent 4d2c5e8e58
commit 4534580c9d

View File

@ -53,7 +53,7 @@ impl Approx for (&Handle<HalfEdge>, &Surface) {
/// An approximation of an [`HalfEdge`]
#[derive(Debug, Eq, PartialEq, Hash, Ord, PartialOrd)]
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>,
/// The approximation of the edge's curve