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:53 +02:00
committed by Chris Hennes
parent 16020cf0c5
commit 6bef08a346

View File

@@ -231,7 +231,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");
}
}