Skip to content

Commit

Permalink
Fix comment in valhalla_wrapper::get_route_query()
Browse files Browse the repository at this point in the history
  • Loading branch information
M393 committed Feb 3, 2025
1 parent c9deab8 commit a785cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routing/valhalla_wrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ std::string ValhallaWrapper::get_matrix_query(

std::string
ValhallaWrapper::get_route_query(const std::vector<Location>& locations) const {
// Building matrix query for Valhalla.
// Building route query for Valhalla.
std::string query =
"GET /" + _server.path + _route_service + "?json={\"locations\":[";

Expand Down

0 comments on commit a785cb0

Please sign in to comment.