Skip to content

Commit 90ad22a

Browse files
committed
PHPLIB-538: Update comment in withTxn examples for the manual
1 parent 4e345a1 commit 90ad22a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/DocumentationExamplesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1564,7 +1564,7 @@ public function testWithTransactionExample()
15641564

15651565
$client = new \MongoDB\Client($uriString);
15661566

1567-
// Prerequisite: Create collections. CRUD operations in transactions must be on existing collections.
1567+
// Prerequisite: Create collections.
15681568
$client->selectCollection(
15691569
'mydb1',
15701570
'foo',

0 commit comments

Comments
 (0)