Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
talhahwahla committed Nov 23, 2023
1 parent c1ca328 commit c481b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ipinfo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pub struct IpInfoConfig {
// Default mapping of country codes to their respective flag emoji and unicode
pub default_flags: Option<HashMap<String, CountryFlag>>,

// Default mapping of country codes to their respective currency code and symbol
// Default mapping of currencies to their respective currency code and symbol
pub default_currencies: Option<HashMap<String, CountryCurrency>>,

// Default mapping of country codes to their respective continent code and continent name
Expand Down

0 comments on commit c481b21

Please sign in to comment.