diff options
author | ilnaz <ilnaz@ydb.tech> | 2023-05-23 23:09:15 +0300 |
---|---|---|
committer | ilnaz <ilnaz@ydb.tech> | 2023-05-23 23:09:15 +0300 |
commit | 08a9bc0a0d46b2e5db57695ee0e67dae3213e894 (patch) | |
tree | be8e7a69b1354fae62dac2610960a634eac50cbb | |
parent | cf214e2939c005ecb728689e108180a752bacbc9 (diff) | |
download | ydb-08a9bc0a0d46b2e5db57695ee0e67dae3213e894.tar.gz |
Fix comment
-rw-r--r-- | ydb/public/sdk/cpp/client/ydb_table/table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/public/sdk/cpp/client/ydb_table/table.h b/ydb/public/sdk/cpp/client/ydb_table/table.h index f7a86ec396..c4d1d6bfac 100644 --- a/ydb/public/sdk/cpp/client/ydb_table/table.h +++ b/ydb/public/sdk/cpp/client/ydb_table/table.h @@ -217,7 +217,7 @@ public: TChangefeedDescription& AddAttribute(const TString& key, const TString& value); TChangefeedDescription& SetAttributes(const THashMap<TString, TString>& attrs); TChangefeedDescription& SetAttributes(THashMap<TString, TString>&& attrs); - // Value that will be emitted in the `awsRegion` field of the record in DocumentTableJson format + // Value that will be emitted in the `awsRegion` field of the record in DynamoDBStreamsJson format TChangefeedDescription& WithAwsRegion(const TString& value); const TString& GetName() const; |