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
@@ -1570,8 +1575,9 @@ public string Fix(string scriptDefinition)
1570
1575
/// <param name="text">An object of type `EditableText` that encapsulates the script text to be fixed.</param>
1571
1576
/// <param name="range">The range in which the fixes are allowed.</param>
1572
1577
/// <param name="updatedRange">The updated range after the fixes have been applied.</param>
1578
+
/// <param name="updatedRange">Whether any warnings were fixed.</param>
1573
1579
/// <returns>The same instance of `EditableText` that was passed to the method, but the instance encapsulates the fixed script text. This helps in chaining the Fix method.</returns>
0 commit comments