From 1330d3558b5d27d10fa4c8fbbbbf3d287dc0be2c Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Mon, 26 Nov 2018 16:28:18 +0300 Subject: [PATCH] [routing] Review fixes. --- routing/geometry.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/routing/geometry.hpp b/routing/geometry.hpp index 95ebcc3847..6912e72120 100644 --- a/routing/geometry.hpp +++ b/routing/geometry.hpp @@ -111,8 +111,8 @@ public: /// The reference may be invalid after the next call of GetRoad() or GetPoint() because the cache /// item which is referred by returned reference may be evicted. It's done for performance reasons. /// \note The cache |m_featureIdToRoad| is used for road geometry for single-directional -/// and bidirectional A*. According to tests it's faster to use one cache for two directions -/// in bidirectional A* case than own cache for each direction (A* wave). +/// and bidirectional A*. According to tests it's faster to use one cache for both directions +/// in bidirectional A* case than two separate caches, one for each direction (one for each A* wave). class Geometry final { public: