Skip to content

Commit

Permalink
rename coll to collection
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinAlbs committed Mar 9, 2023
1 parent c822374 commit c33534f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mongocxx/tutorial.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ int main() {
mongocxx::client client(uri);

mongocxx::database db = client["mydb"];
mongocxx::collection coll = db["test"];
mongocxx::collection collection = db["test"];

auto builder = bsoncxx::builder::stream::document{};
bsoncxx::document::value doc_value =
Expand Down

0 comments on commit c33534f

Please sign in to comment.