Skip to content

Commit ada160f

Browse files
committed
Fix a warning
1 parent 6919219 commit ada160f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FluentAssertions.AspNetCore.Mvc/LocalRedirectResultAssertions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class LocalRedirectResultAssertions : ObjectAssertions
1414
#region Public Constructors
1515

1616
/// <summary>
17-
/// Initializes a new instance of the <see cref="LocalRedirectObjectResultAssertions" /> class.
17+
/// Initializes a new instance of the <see cref="LocalRedirectResultAssertions" /> class.
1818
/// </summary>
1919
/// <param name="subject">The object to test assertion on</param>
2020
public LocalRedirectResultAssertions(LocalRedirectResult subject) : base(subject)

0 commit comments

Comments
 (0)