mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-11 13:28:28 +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),
|
(Some(a), Some(b)) => (a, b),
|
||||||
(None, None) => {
|
(None, None) => {
|
||||||
// No geometry defined for the curve on the
|
// No geometry defined for the curve on the
|
||||||
// respective surface. Nothing to test here.
|
// respective surfaces. Nothing to test here.
|
||||||
return None;
|
return None;
|
||||||
}
|
}
|
||||||
_ => {
|
_ => {
|
||||||
|
Loading…
Reference in New Issue
Block a user