We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a953109 commit 94a9730Copy full SHA for 94a9730
src/operations/client_bulk_write/common.ts
@@ -60,7 +60,7 @@ export interface ClientDeleteManyModel<TSchema extends Document = Document>
60
name: 'deleteMany';
61
/**
62
* The filter used to determine if a document should be deleted.
63
- * For a deleteOne operation, all matches are removed.
+ * For a deleteMany operation, all matches are removed.
64
*/
65
filter: Filter<TSchema>;
66
/** Specifies a collation. */
0 commit comments