File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Microsoft.Data.SqlClient/tests/ManualTests/SQL/DataReaderTest Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments