Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Commit ec60ab2

Browse files
committed
Update function description.
1 parent 466bb66 commit ec60ab2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Analysis/Engine/Test/LineFormatterTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,8 +447,8 @@ public void GrammarFile() {
447447
/// <summary>
448448
/// Checks that a single line of input text is formatted as expected.
449449
/// </summary>
450-
/// <param name="text">Input code to format</param>
451-
/// <param name="expected">The expected result from the formatter. If null, then text is used.</param>
450+
/// <param name="text">Input code to format.</param>
451+
/// <param name="expected">The expected result from the formatter.</param>
452452
/// <param name="line">The line number to request to be formatted.</param>
453453
/// <param name="languageVersion">Python language version to format.</param>
454454
/// <param name="editStart">Where the edit should begin (i.e. when whitespace or a multi-line string begins a line).</param>

0 commit comments

Comments
 (0)