From 5a48f589a881d7bdd1410bb71861227e1483eba9 Mon Sep 17 00:00:00 2001 From: Olli Warro Date: Thu, 18 Apr 2024 14:39:00 +0300 Subject: [PATCH] update comment --- src/queryCreator.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/queryCreator.ts b/src/queryCreator.ts index 140dd89..cb47597 100644 --- a/src/queryCreator.ts +++ b/src/queryCreator.ts @@ -150,8 +150,8 @@ export class QueryCreator { } /** - * Returns a builder that can be used to group many different operations - * together and execute them in a transaction. + * Returns a builder that can be used to group many different write + * operations together and execute them in a transaction. * * @see https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/dynamodb/command/TransactWriteItemsCommand/ */