Fix typo in comment

This commit is contained in:
Hanno Braun 2024-09-18 20:02:43 +02:00
parent f9eb492885
commit dfe67074d1

View File

@ -96,7 +96,7 @@ impl ValidationCheck<Shell> 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;
}
_ => {