Skip to content

Commit a14a3f6

Browse files
committed
Do not confuse "count" (db command) with countDocuments() helper
1 parent 695c160 commit a14a3f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mongocxx/include/mongocxx/v1/count_options.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ namespace mongocxx {
2424
namespace v1 {
2525

2626
///
27-
/// Options for a "count" command.
27+
/// Options for the `countDocuments` helper function.
2828
///
2929
/// @see
30-
/// - [`count` (database command) (MongoDB Manual)](https://www.mongodb.com/docs/manual/reference/command/count/)
30+
/// - [CRUD API (MongoDB Specifications)](https://specifications.readthedocs.io/en/latest/crud/crud/)
3131
///
3232
/// @attention This feature is experimental! It is not ready for use!
3333
///

0 commit comments

Comments
 (0)