Skip to content

Commit

Permalink
Update location_data.h
Browse files Browse the repository at this point in the history
fix: misstype
  • Loading branch information
tskxz committed Oct 23, 2024
1 parent 6a91810 commit b0e3c67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/location_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -5828,15 +5828,15 @@ const auto portugalStreetNames = std::to_array<std::string_view>({
"Avenida de Paris"
});

const auto portugalStreetSuffixes = std::to_array<std::string>({
const auto portugalStreetSuffixes = std::to_array<std::string_view>({
"Rua",
"Avenida",
"Travessa",
"Praça",
"Largo",
"Estrada",
"Calçada"
})
});

const std::string_view portugalZipCodeFormat{"####-###"};

Expand Down

0 comments on commit b0e3c67

Please sign in to comment.