From cfd0af2a7e3a8332225cd3925a99d0431d0f4fe7 Mon Sep 17 00:00:00 2001 From: Mikhail Gorbushin Date: Thu, 26 Jul 2018 15:26:50 +0300 Subject: [PATCH] [routing] fix comment --- routing/route.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing/route.hpp b/routing/route.hpp index 53e63ea25f..6801dd4e57 100644 --- a/routing/route.hpp +++ b/routing/route.hpp @@ -145,7 +145,7 @@ public: size_t m_endSegmentIdx = 0; }; - /// \brief For every subroute some attributes are kept the following structure. + /// \brief For every subroute some attributes are kept in the following structure. struct SubrouteSettings final { SubrouteSettings(RoutingSettings const & routingSettings, std::string const & router,