Skip to content

Commit 01f2696

Browse files
committed
CXX-1967 update comment
1 parent 1c17402 commit 01f2696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/mongocxx/with_transaction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ int main() {
6262
read_preference rp_primary{};
6363
rp_primary.mode(read_preference::read_mode::k_primary);
6464

65-
// Prereq: Create collections. CRUD operations in transactions must be on existing collections.
65+
// Prereq: Create collections.
6666

6767
auto foo = client["mydb1"]["foo"];
6868
auto bar = client["mydb2"]["bar"];

0 commit comments

Comments
 (0)