diff options
author | tobo <tobo@yandex-team.com> | 2025-01-31 15:57:00 +0300 |
---|---|---|
committer | tobo <tobo@yandex-team.com> | 2025-01-31 16:14:53 +0300 |
commit | 777ee5007a3e4632ec0ae4d719a91b31c9eda4b7 (patch) | |
tree | 581342877067099814ce3c8e554544c95a435e68 | |
parent | 84db1a13e70e60d44b341eabf9d598405a1f4bec (diff) | |
download | ydb-777ee5007a3e4632ec0ae4d719a91b31c9eda4b7.tar.gz |
add missing comma after the conjunctive/ linking adverb 'Thus'
commit_hash:a2b2ef662dca59ed77030a8be927f291464b9406
-rw-r--r-- | yt/cpp/mapreduce/interface/operation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/cpp/mapreduce/interface/operation.h b/yt/cpp/mapreduce/interface/operation.h index 7da77213d41..aa109575a8a 100644 --- a/yt/cpp/mapreduce/interface/operation.h +++ b/yt/cpp/mapreduce/interface/operation.h @@ -779,7 +779,7 @@ struct TUserJobSpec /// @note /// When @ref NYT::TOperationOptions::MountSandboxInTmpfs is enabled library will compute /// total size of all files used by this job and add this total size to MemoryLimit. - /// Thus you shouldn't include size of your files (e.g. binary file) into MemoryLimit. + /// Thus, you shouldn't include size of your files (e.g. binary file) into MemoryLimit. /// /// @note /// Final memory memory_limit passed to YT is calculated as follows: |