Skip to content

Commit ef06023

Browse files
committed
review feedback
1 parent db6768b commit ef06023

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Microsoft.Data.SqlClient/tests/ManualTests/SQL/DataReaderTest/DataReaderTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -910,8 +910,8 @@ public static async Task CanReadAwkwardDataLengths()
910910
{
911911
// The test data is taken from a production sample which exhibited multiple problems around async string reads.
912912
// The lengths of the field names and data values are important to reproducing the problems. The values have been
913-
// changed to randomized values. Changes to the column names or value lengths can the problems to move or fail
914-
// to reproduce entirely because of packet and data alignment. The data is not randomly generated to help with
913+
// changed to randomized values. Changes to the column names or value lengths can cause the problems to move or
914+
// fail to reproduce entirely because of packet and data alignment. The data is not randomly generated to help with
915915
// debugging failures in the test.
916916
_Row[] rows = new _Row[]
917917
{

0 commit comments

Comments
 (0)