Skip to content

Commit

Permalink
Rename country calling code for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinsFrank committed Mar 22, 2023
1 parent d7e2faa commit 7c2ff92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/**
* @source https://www.itu.int/dms_pub/itu-t/opb/sp/T-SP-E.164D-2016-PDF-E.pdf
*/
enum ITU_T_E_164: int
enum CountryCallingCode: int
{
case Afghanistan = 93;
case Albania_Republic_of = 355;
Expand Down

0 comments on commit 7c2ff92

Please sign in to comment.