aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
diff options
context:
space:
mode:
authorismagilas <ismagilas@yandex-team.ru>2022-02-10 16:50:34 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:34 +0300
commit785bc0acdf3b0c63f971ee17e845945d7381dcb7 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp
parentc68f5b1809b3c48bbd099f3364920d454d59c29b (diff)
downloadydb-785bc0acdf3b0c63f971ee17e845945d7381dcb7.tar.gz
Restoring authorship annotation for <ismagilas@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp')
-rw-r--r--library/cpp/protobuf/json/proto2json.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/protobuf/json/proto2json.h b/library/cpp/protobuf/json/proto2json.h
index 54dcdddd4a..89a1781a40 100644
--- a/library/cpp/protobuf/json/proto2json.h
+++ b/library/cpp/protobuf/json/proto2json.h
@@ -66,7 +66,7 @@ namespace NProtobufJson {
/// @throw yexception
TString Proto2Json(const NProtoBuf::Message& proto,
const TProto2JsonConfig& config);
- // Returns incorrect result if proto contains another NProtoBuf::Message
+ // Returns incorrect result if proto contains another NProtoBuf::Message
// Generated code shortcut
template <class T>
inline TString Proto2Json(const T& proto) {