From 2893bbc2f6f431842b261e0a6143d687090b846a Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Mon, 9 Oct 2023 10:42:34 +0200 Subject: [PATCH] Improve wording --- crates/fj-core/src/geometry/boundary/multiple.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/fj-core/src/geometry/boundary/multiple.rs b/crates/fj-core/src/geometry/boundary/multiple.rs index 2febc6714..466059b8a 100644 --- a/crates/fj-core/src/geometry/boundary/multiple.rs +++ b/crates/fj-core/src/geometry/boundary/multiple.rs @@ -28,7 +28,7 @@ impl CurveBoundaries { // the removed element's boundary matches the boundary provided // to us. // - // This is what the caller was asking for. Return it! + // This is what the caller is asking for. Return it! Some(payload) } _ => {