From c081b0d0cd8f032a617e403efc5544cae7462311 Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Mon, 13 Jun 2022 15:26:27 +0200 Subject: [PATCH] Fix typo in comment --- crates/fj-kernel/src/algorithms/approx/faces.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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