summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarkady-e1ppa <[email protected]>2024-12-19 05:28:12 +0300
committerarkady-e1ppa <[email protected]>2024-12-19 06:27:42 +0300
commit76b73d1d441fa141acd3756a600a4a96588f0ca3 (patch)
tree1e769acfffcd91e4fa45bb3253d20c1c7caeb703
parent645afa31d81274ad3cb4154064132d8008fb8e51 (diff)
babenk issues of rXXXXXX
commit_hash:0d2e1ecc0a722e5da48863a4420d20ff79f0ec76
-rw-r--r--yt/yt/core/ytree/yson_struct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/core/ytree/yson_struct.h b/yt/yt/core/ytree/yson_struct.h
index 24eb811a88b..202dbdbe033 100644
--- a/yt/yt/core/ytree/yson_struct.h
+++ b/yt/yt/core/ytree/yson_struct.h
@@ -109,7 +109,7 @@ public:
void WriteSchema(NYson::IYsonConsumer* consumer) const;
- // always returns |true| for itself
+ // Always returns |true| for itself
// else always returns |false| if one of the fields
// is not equality comparable.
// See templated operator== for explanation why it was not