We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6919219 commit ada160fCopy full SHA for ada160f
src/FluentAssertions.AspNetCore.Mvc/LocalRedirectResultAssertions.cs
@@ -14,7 +14,7 @@ public class LocalRedirectResultAssertions : ObjectAssertions
14
#region Public Constructors
15
16
/// <summary>
17
- /// Initializes a new instance of the <see cref="LocalRedirectObjectResultAssertions" /> class.
+ /// Initializes a new instance of the <see cref="LocalRedirectResultAssertions" /> class.
18
/// </summary>
19
/// <param name="subject">The object to test assertion on</param>
20
public LocalRedirectResultAssertions(LocalRedirectResult subject) : base(subject)
0 commit comments