This commit is contained in:
John Lewin 2019-01-15 12:30:11 -08:00
parent a4226e185b
commit b15bf79d60

View file

@ -115,7 +115,7 @@ namespace MatterHackers.MatterControl.DesignTools
public bool BendCcw { get; set; } = true;
[Range(3, 360, ErrorMessage = "Value for {0} must be between {1} and {2}.")]
[Description("Ensues the rotated part has a minimum number of sides per complete rotation")]
[Description("Ensures the rotated part has a minimum number of sides per complete rotation")]
public double MinSidesPerRotation { get; set; } = 3;
// holds where we rotate the object