Skip to content

Commit 7b28a5f

Browse files
committed
Update Extensions.cs
1 parent 4d0468c commit 7b28a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Verify/Extensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public static void FilterLines(this StringBuilder input, RemoveLine removeLine)
167167
{
168168
input.CopyTo(0, rented, 0, length);
169169

170-
// Trim trailing line ending to match StringReader.ReadLine behavior
170+
// Trim trailing line ending to match previous StringReader.ReadLine behavior
171171
// (StringReader doesn't yield an empty line after a trailing newline)
172172
var enumLength = length;
173173
if (endsWithNewLine)

0 commit comments

Comments
 (0)