From 3c9fd26dcfd17acc2ae1292bb2712ad66ec1728b Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Thu, 29 Jun 2017 13:12:43 +0300 Subject: [PATCH] Review fixes. --- routing/turns.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing/turns.hpp b/routing/turns.hpp index fa72589c96..ae24a7db1c 100644 --- a/routing/turns.hpp +++ b/routing/turns.hpp @@ -183,7 +183,7 @@ struct TurnItem m_pedestrianTurn == rhs.m_pedestrianTurn; } - uint32_t m_index; /*!< Index of point on polyline (number of segment + 1). */ + uint32_t m_index; /*!< Index of point on route polyline (number of segment + 1). */ TurnDirection m_turn; /*!< The turn instruction of the TurnItem */ vector m_lanes; /*!< Lane information on the edge before the turn. */ uint32_t m_exitNum; /*!< Number of exit on roundabout. */