diff options
| -rw-r--r-- | yt/yt/core/ytree/yson_struct.h | 2 |
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 |
