Skip to content

Commit

Permalink
Use correct format for international call prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinsFrank committed Mar 25, 2023
1 parent 049ee06 commit e67b749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The language specification is a bit more complex, as there are 20 alpha3 codes t
| Turkish | tr | | tur | | Turkish |
| ... | ... | ... | ... | ... | ... |

## Country Calling Codes (ITU_T_E_164)
## Country Calling Codes (ITU-T E.164)

Country calling codes are quite straight forward. One Exception is that the +1 prefix is used across a lot of countries, and there is no standard for sub numbering plans.

Expand Down
2 changes: 1 addition & 1 deletion src/InternationalCallPrefix/InternationalCallPrefix.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
namespace PrinsFrank\Standards\InternationalCallPrefix;

/**
* @standard ITU_T_E_164
* @standard ITU-T E.164
*/
enum InternationalCallPrefix: string
{
Expand Down

0 comments on commit e67b749

Please sign in to comment.