From dfe67074d195f551ee6ef6cabd49f29c0afc9c27 Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Wed, 18 Sep 2024 20:02:43 +0200 Subject: [PATCH] Fix typo in comment --- crates/fj-core/src/validation/checks/curve_geometry_mismatch.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/fj-core/src/validation/checks/curve_geometry_mismatch.rs b/crates/fj-core/src/validation/checks/curve_geometry_mismatch.rs index 34e9cf679..83a9e2346 100644 --- a/crates/fj-core/src/validation/checks/curve_geometry_mismatch.rs +++ b/crates/fj-core/src/validation/checks/curve_geometry_mismatch.rs @@ -96,7 +96,7 @@ impl ValidationCheck for CurveGeometryMismatch { (Some(a), Some(b)) => (a, b), (None, None) => { // No geometry defined for the curve on the - // respective surface. Nothing to test here. + // respective surfaces. Nothing to test here. return None; } _ => {