Skip to content

Commit c0997a9

Browse files
committed
Fix typo.
1 parent 477d79f commit c0997a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FluentAssertions.AspNetCore.Mvc/ActionResultAssertions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public FileStreamResultAssertions BeFileStreamResult(string reason = "", params
139139
}
140140

141141
/// <summary>
142-
/// Asserts that the subject is an <see cref="FileStreamResult"/>.
142+
/// Asserts that the subject is an <see cref="PhysicalFileResult"/>.
143143
/// </summary>
144144
/// <param name="reason">
145145
/// A formatted phrase as is supported by <see cref="string.Format(string,object[])" /> explaining why the assertion

0 commit comments

Comments
 (0)