mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-09 12:28:29 +00:00
Fix typo in comment
This commit is contained in:
parent
f9eb492885
commit
dfe67074d1
@ -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;
|
||||
}
|
||||
_ => {
|
||||
|
Loading…
Reference in New Issue
Block a user