aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
diff options
context:
space:
mode:
authorkiselyovp <kiselyovp@yandex-team.ru>2022-02-10 16:50:49 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:49 +0300
commitcdd0799465ab07b2689e623e8db9cd333b01e0dc (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp
parent8caa5581c15f8f7d1e96a24d7be0260bad7d043f (diff)
downloadydb-cdd0799465ab07b2689e623e8db9cd333b01e0dc.tar.gz
Restoring authorship annotation for <kiselyovp@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp')
-rw-r--r--library/cpp/yt/memory/ref.h2
-rw-r--r--library/cpp/yt/misc/cast.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/yt/memory/ref.h b/library/cpp/yt/memory/ref.h
index 0e53019a24..73d19d9013 100644
--- a/library/cpp/yt/memory/ref.h
+++ b/library/cpp/yt/memory/ref.h
@@ -154,7 +154,7 @@ public:
//! Creates a TSharedRef for a part of existing range.
TSharedRef Slice(size_t startOffset, size_t endOffset) const;
- //! Creates a TSharedRef for a part of existing range.
+ //! Creates a TSharedRef for a part of existing range.
TSharedRef Slice(const void* begin, const void* end) const;
//! Creates a vector of slices with specified size.
diff --git a/library/cpp/yt/misc/cast.h b/library/cpp/yt/misc/cast.h
index 384a7281ee..c7565c9e6d 100644
--- a/library/cpp/yt/misc/cast.h
+++ b/library/cpp/yt/misc/cast.h
@@ -15,7 +15,7 @@ T CheckedIntegralCast(S value);
////////////////////////////////////////////////////////////////////////////////
template <class T, class S>
-bool TryEnumCast(S value, T* result);
+bool TryEnumCast(S value, T* result);
template <class T, class S>
T CheckedEnumCast(S value);