Skip to content

Commit

Permalink
PHPLIB-538: Update comment in withTxn examples for the manual
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Apr 2, 2020
1 parent 4e345a1 commit 90ad22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/DocumentationExamplesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1564,7 +1564,7 @@ public function testWithTransactionExample()

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

// Prerequisite: Create collections. CRUD operations in transactions must be on existing collections.
// Prerequisite: Create collections.
$client->selectCollection(
'mydb1',
'foo',
Expand Down

0 comments on commit 90ad22a

Please sign in to comment.