Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2018-02-26 11:57:09 +0300
committermpimenov <mpimenov@users.noreply.github.com>2018-02-26 15:39:04 +0300
commit334b9957861bac7653f17bb0bf2ab8dff162684a (patch)
treef162e385143c39bc2ccf4c3765b0be17b7dab203 /routing
parent0bada235621816aa94ae61f2e76db3328e1379bd (diff)
typo
Diffstat (limited to 'routing')
-rw-r--r--routing/turn_candidate.hpp2
1 files changed, 1 insertions, 1 deletions
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;