diff --git a/crates/fj-core/src/geometry/boundary.rs b/crates/fj-core/src/geometry/boundary.rs index 26040bbd8..85bb6fe0e 100644 --- a/crates/fj-core/src/geometry/boundary.rs +++ b/crates/fj-core/src/geometry/boundary.rs @@ -40,10 +40,8 @@ impl CurveBoundary { /// Normalize the boundary /// /// Returns a new instance of this struct, which has the bounding elements - /// in a defined order, alongside a boolean that indicates whether the new - /// instance is different from the original one. - /// - /// This can be used to compare a boundary while disregarding its direction. + /// in a defined order. This can be used to compare boundaries while + /// disregarding their direction. #[must_use] pub fn normalize(self) -> Self { if self.is_normalized() {