diff options
author | realtim <realtim@yandex-team.ru> | 2022-02-10 16:50:07 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:07 +0300 |
commit | 1977f1c7bcb225f59f789f5f8735e03eb0c87e1c (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util | |
parent | b422b6e4645219a4002219ae77f5c4a83ac80b59 (diff) | |
download | ydb-1977f1c7bcb225f59f789f5f8735e03eb0c87e1c.tar.gz |
Restoring authorship annotation for <realtim@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util')
-rw-r--r-- | util/stream/str.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/stream/str.h b/util/stream/str.h index 9c660af101..028bd572c0 100644 --- a/util/stream/str.h +++ b/util/stream/str.h @@ -64,7 +64,7 @@ private: class TStringOutput: public IZeroCopyOutput { public: /** - * Constructs a string output stream that appends character data to the + * Constructs a string output stream that appends character data to the * provided string. * * Note that this stream keeps a reference to the provided string, so it's |