From 334b9957861bac7653f17bb0bf2ab8dff162684a Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Mon, 26 Feb 2018 11:57:09 +0300 Subject: [PATCH] typo --- routing/turn_candidate.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing/turn_candidate.hpp b/routing/turn_candidate.hpp index ab54e2707a..0773072662 100644 --- a/routing/turn_candidate.hpp +++ b/routing/turn_candidate.hpp @@ -29,7 +29,7 @@ struct TurnCandidate /// |m_segment| is the first segment of a possible way from the junction. Segment m_segment; - /// \brief highwayClass field for the road class caching. Because feature reading is a long + /// \brief |highwayClass| field for the road class caching. Because feature reading is a long /// function. ftypes::HighwayClass m_highwayClass;