Skip to content

Commit bc55766

Browse files
committed
Update VerifyDocNet.cs
1 parent bf06753 commit bc55766

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Verify.DocNet/VerifyDocNet.cs

-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ public static void SinglePage(this VerifySettings settings, int index) =>
4545
/// <summary>
4646
/// Zero based index of single page to include (overrules PagesToInclude when in range)
4747
/// </summary>
48-
/// <param name="settings"></param>
49-
/// <param name="index"></param>
50-
/// <returns></returns>
5148
public static SettingsTask SinglePage(this SettingsTask settings, int index)
5249
{
5350
settings.CurrentSettings.SinglePage(index);

0 commit comments

Comments
 (0)