Skip to content

Commit 7a98fb6

Browse files
committed
Fix wrong grammar in comment
1 parent 1428b6c commit 7a98fb6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/writeConcern/writeconcern-bsonserialize-001.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $tests = [
1818
new MongoDB\Driver\WriteConcern(1, 1000),
1919
new MongoDB\Driver\WriteConcern(1, 1000, true),
2020
new MongoDB\Driver\WriteConcern(-2, 0, true),
21-
// Note: wtimeout is only applicable applies for w > 1
21+
// Note: wtimeout is only applicable for w > 1
2222
new MongoDB\Driver\WriteConcern(-2, 1000),
2323
];
2424

tests/writeConcern/writeconcern-bsonserialize-002.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $tests = [
1818
new MongoDB\Driver\WriteConcern(1, 1000),
1919
new MongoDB\Driver\WriteConcern(1, 1000, true),
2020
new MongoDB\Driver\WriteConcern(-2, 0, true),
21-
// Note: wtimeout is only applicable applies for w > 1
21+
// Note: wtimeout is only applicable for w > 1
2222
new MongoDB\Driver\WriteConcern(-2, 1000),
2323
];
2424

tests/writeConcern/writeconcern-debug-003.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $tests = [
1818
new MongoDB\Driver\WriteConcern(1, 1000),
1919
new MongoDB\Driver\WriteConcern(1, 1000, true),
2020
new MongoDB\Driver\WriteConcern(-2, 0, true),
21-
// Note: wtimeout is only applicable applies for w > 1
21+
// Note: wtimeout is only applicable for w > 1
2222
new MongoDB\Driver\WriteConcern(-2, 1000),
2323
];
2424

tests/writeConcern/writeconcern-var_export-001.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $tests = [
1818
new MongoDB\Driver\WriteConcern(1, 1000),
1919
new MongoDB\Driver\WriteConcern(1, 1000, true),
2020
new MongoDB\Driver\WriteConcern(-2, 0, true),
21-
// Note: wtimeout is only applicable applies for w > 1
21+
// Note: wtimeout is only applicable for w > 1
2222
new MongoDB\Driver\WriteConcern(-2, 1000),
2323
];
2424

0 commit comments

Comments
 (0)