summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--yt/yt/core/http/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/core/http/server.h b/yt/yt/core/http/server.h
index a3341a576f8..3006f0333fa 100644
--- a/yt/yt/core/http/server.h
+++ b/yt/yt/core/http/server.h
@@ -60,7 +60,7 @@ struct IServer
*/
virtual void Stop() = 0;
- //! Sets path matcher
+ //! Sets path matcher.
/*!
* Must be called before adding callbacks.
* @see IRequestPathMatcher