Skip to content

Commit 83b2fb0

Browse files
committed
Fix typo
1 parent 5e7b0df commit 83b2fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Operation/InsertOneFunctionalTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function provideDocumentsWithIds(): array
6767
public function provideDocumentsWithoutIds(): array
6868
{
6969
/* Note: _id placeholders must be replaced with generated ObjectIds. We
70-
* also clone the value for each data set since tests will may modify
70+
* also clone the value for each data set since tests may need to modify
7171
* the object. */
7272
$expectedDocument = (object) ['_id' => null, 'x' => 1];
7373

0 commit comments

Comments
 (0)