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: Engine/ScriptAnalyzer.cs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1547,6 +1547,7 @@ public string Fix(string scriptDefinition)
1547
1547
/// Fix the violations in the given script text.
1548
1548
/// </summary>
1549
1549
/// <param name="text">An object of type `EditableText` that encapsulates the script text to be fixed.</param>
1550
+
/// <param name="range">The range in which the fixes are allowed.</param>
1550
1551
/// <param name="updatedRange">The updated range after the fixes have been applied.</param>
1551
1552
/// <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