Skip to content

Commit

Permalink
docs: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Aug 27, 2024
1 parent a92d5c9 commit 04473da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operations/client_bulk_write/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export interface ClientDeleteManyModel<TSchema extends Document = Document>
name: 'deleteMany';
/**
* The filter used to determine if a document should be deleted.
* For a deleteOne operation, all matches are removed.
* For a deleteMany operation, all matches are removed.
*/
filter: Filter<TSchema>;
/** Specifies a collation. */
Expand Down

0 comments on commit 04473da

Please sign in to comment.