Skip to content

Commit 04473da

Browse files
committed
docs: typo
1 parent a92d5c9 commit 04473da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/operations/client_bulk_write/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export interface ClientDeleteManyModel<TSchema extends Document = Document>
6060
name: 'deleteMany';
6161
/**
6262
* The filter used to determine if a document should be deleted.
63-
* For a deleteOne operation, all matches are removed.
63+
* For a deleteMany operation, all matches are removed.
6464
*/
6565
filter: Filter<TSchema>;
6666
/** Specifies a collation. */

0 commit comments

Comments
 (0)