Skip to content

Commit

Permalink
Update doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Oct 23, 2023
1 parent 89c1e5d commit f7d9ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fj-core/src/algorithms/approx/edge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pub struct HalfEdgeApprox {
pub points: Vec<ApproxPoint<2>>,
}

/// Cache for edge approximations
/// Cache for half-edge approximations
#[derive(Default)]
pub struct HalfEdgeApproxCache {
start_position: VertexApproxCache,
Expand Down

0 comments on commit f7d9ff9

Please sign in to comment.