diff --git a/crates/fj-kernel/src/algorithms/approx/faces.rs b/crates/fj-kernel/src/algorithms/approx/faces.rs index f746917b2..12b8be775 100644 --- a/crates/fj-kernel/src/algorithms/approx/faces.rs +++ b/crates/fj-kernel/src/algorithms/approx/faces.rs @@ -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