Skip to content

Commit

Permalink
Update doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Sep 4, 2023
1 parent 80dfa4b commit 9510b8b
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 @@ -214,7 +214,7 @@ fn approx_edge(
CurveApproxSegment { boundary, points }
}

/// A cache for results of an approximation
/// Cache for edge approximations
#[derive(Default)]
pub struct EdgeApproxCache {
start_position_approx: BTreeMap<HandleWrapper<Vertex>, Point<3>>,
Expand Down

0 comments on commit 9510b8b

Please sign in to comment.