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; } _ => {