From 3fee65dbd2ec3442bd39548199d21ccdd1447cb3 Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Fri, 11 Aug 2023 13:02:50 +0200 Subject: [PATCH] Update doc comment --- crates/fj-core/src/geometry/boundary.rs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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() {