Skip to content

Commit 9bb0916

Browse files
committed
docs
1 parent 4b1732c commit 9bb0916

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Verify/Serialization/Scrubbers/VerifierSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public static void ScrubLinesContaining(StringComparison comparison, params stri
3737
}
3838

3939
/// <summary>
40-
/// Remove any lines containing matching <paramref name="removeLine"/> from the test results.
40+
/// Remove any lines matching <paramref name="removeLine"/> from the test results.
4141
/// </summary>
4242
public static void ScrubLines(Func<string, bool> removeLine)
4343
{

src/Verify/Serialization/Scrubbers/VerifySettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public void ScrubInlineGuids()
6565
}
6666

6767
/// <summary>
68-
/// Remove any lines containing matching <paramref name="removeLine"/> from the test results.
68+
/// Remove any lines matching <paramref name="removeLine"/> from the test results.
6969
/// </summary>
7070
public void ScrubLines(Func<string, bool> removeLine)
7171
{

src/Verify/SettingsTask.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ public SettingsTask ScrubLinesContaining(StringComparison comparison, params str
207207
}
208208

209209
/// <summary>
210-
/// Remove any lines containing matching <paramref name="removeLine"/> from the test results.
210+
/// Remove any lines matching <paramref name="removeLine"/> from the test results.
211211
/// </summary>
212212
public SettingsTask ScrubLines(Func<string, bool> removeLine)
213213
{

0 commit comments

Comments
 (0)