|
@@ -49,7 +49,7 @@ void Serialize(const TSummary& summary, NYson::IYsonConsumer* consumer);
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
-//! Return the invalid character if the given path is invalid, otherwise return |nullopt|.
|
|
|
+//! Returns the invalid character if the given path is invalid, otherwise returns |nullopt|.
|
|
|
std::optional<char> CheckStatisticPath(const NYPath::TYPath& path);
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|