From 04473da8cb429907b3b8ec065e88931605da7b48 Mon Sep 17 00:00:00 2001 From: Durran Jordan Date: Tue, 27 Aug 2024 20:26:58 +0200 Subject: [PATCH] docs: typo --- src/operations/client_bulk_write/common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/operations/client_bulk_write/common.ts b/src/operations/client_bulk_write/common.ts index bb33708d4f..fba681e15f 100644 --- a/src/operations/client_bulk_write/common.ts +++ b/src/operations/client_bulk_write/common.ts @@ -60,7 +60,7 @@ export interface ClientDeleteManyModel 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; /** Specifies a collation. */