Browse Source

babenk issues of rXXXXXX
commit_hash:0d2e1ecc0a722e5da48863a4420d20ff79f0ec76

arkady-e1ppa 2 months ago
parent
commit
76b73d1d44
1 changed files with 1 additions and 1 deletions
  1. 1 1
      yt/yt/core/ytree/yson_struct.h

+ 1 - 1
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