You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UI_Engine/Compute/SaveSettings.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ public static partial class Compute
40
40
/**** Public Methods ****/
41
41
/*************************************/
42
42
43
-
[Description(@"Saves the settings for a toolkit into C:/ProgramData/BHoM/Settings. If Any previoulsy saved settings for that toolkit will be overwritten")]
43
+
[Description(@"Saves the settings for a toolkit into C:/ProgramData/BHoM/Settings. If Any previoulsy saved settings for that toolkit will be overwritten.")]
44
44
[Input("settings","Settings for a toolkit that need to be saved permanently.")]
45
45
[Output("success","Returns true if the settings were saved successfully.")]
0 commit comments