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:
Diffstat (limited to 'search/v2/house_to_street_table.hpp')
-rw-r--r--search/v2/house_to_street_table.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/search/v2/house_to_street_table.hpp b/search/v2/house_to_street_table.hpp
index a92a3fa4d4..4d991c70f1 100644
--- a/search/v2/house_to_street_table.hpp
+++ b/search/v2/house_to_street_table.hpp
@@ -14,7 +14,7 @@ class HouseToStreetTable
public:
virtual ~HouseToStreetTable() = default;
- /// @todo Actually, value may be nullptr in the very common case .
+ /// @todo Actually, value may be nullptr in the very common case.
/// It's better to construct a table from MwmHandle.
static unique_ptr<HouseToStreetTable> Load(MwmValue & value);