Skip to content

Commit be16de5

Browse files
committed
Tweaked BREAKING_CHANGES.MD.
1 parent fddfd5f commit be16de5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

BREAKING_CHANGES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
## ShouldRenderFileStream Method
44

5-
The following overload of the `ShouldRenderFile` method has been *replaced*:
5+
The following overload of the `ShouldRenderFileStream` method has been *replaced*:
66

77
public FileStreamResult ShouldRenderFileStream(string contentType = null)
88

9-
I place emphasis on the word "replace" because it is important to note that this overload has not been removed but replaced - this means that you will not encounter a compile-time error but you will encounter a logical error when you run the test.
9+
We place emphasis on the word "replace" because it is important to note that this overload has not been removed but replaced - you will not encounter a compile-time error if you upgrade, but you will encounter a logical error when you run your existing test.
1010

1111
### Reason
1212

13-
The aforementioned overload has been replaced in order to enable an overload that takes an actual stream for comparison in a way that is consistent with the existing convention.
13+
The aforementioned overload has been replaced in order to enable an overload that takes a stream for comparison in a way that is consistent with the existing convention.
1414

1515
### Fix
1616

0 commit comments

Comments
 (0)