Skip to content

Commit

Permalink
Merge pull request #760 from hannobraun/typo
Browse files Browse the repository at this point in the history
Fix typo in comment
  • Loading branch information
hannobraun authored Jul 1, 2022
2 parents 2133903 + c081b0d commit 2673287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fj-kernel/src/algorithms/approx/faces.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ impl FaceApprox {
interiors.insert(cycle);
}

// Only polygon with exactly one exterior cycle are supported.
// Only polygons with exactly one exterior cycle are supported.
//
// See this issue for some background:
// https://github.com/hannobraun/Fornjot/issues/250
Expand Down

0 comments on commit 2673287

Please sign in to comment.