Update src/Mod/Surface/App/FeatureFilling.cpp

Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com>
This commit is contained in:
Max Wilfinger
2025-06-30 09:23:48 +02:00
committed by Chris Hennes
parent 4d74847251
commit c1dca45151

View File

@@ -200,7 +200,7 @@ void Filling::addConstraints(BRepFill_Filling& builder,
}
}
else {
Standard_Failure::Raise("Number of links does not match with number of orders");
Standard_Failure::Raise("Number of links does not match with the number of orders");
}
}