Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed Aug 17, 2022
1 parent ca32ced commit 4ba9e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collection.ts
Expand Up @@ -1610,7 +1610,7 @@ export class Collection<TSchema extends Document = Document> {
* Updates documents.
*
* @deprecated use updateOne, updateMany or bulkWrite
* @param filter - The selector for the update operation.
* @param filter - The filter for the update operation.
* @param update - The update operations to be applied to the documents
* @param options - Optional settings for the command
* @param callback - An optional callback, a Promise will be returned if none is provided
Expand Down

0 comments on commit 4ba9e2d

Please sign in to comment.