Skip to content

Commit

Permalink
Fix typo in Global Mobile Satelite System (#65)
Browse files Browse the repository at this point in the history
* Fix typo in Global Mobile Satelite System

* Update UPGRADING.md
  • Loading branch information
szepeviktor authored Jul 11, 2023
1 parent f1d1624 commit 74ec1ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Ugrading from 2.x to 3.x

## Change in CountryCallingCode enum

A typo in the name of Global Mobile Satellite System has been fixed.

# Ugrading from 1.x to 2.x

As this package is getting adopted and more people start using it, I got some valid feedback on the readability of the standards in codebases.
Expand Down
2 changes: 1 addition & 1 deletion src/CountryCallingCode/CountryCallingCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ enum CountryCallingCode: int
case Germany_Federal_Republic_of = 49;
case Ghana = 233;
case Gibraltar = 350;
case Global_Mobile_Satelite_System_shared_code = 881;
case Global_Mobile_Satellite_System_shared_code = 881;
case Greece = 30;
case Greenland_Denmark = 299;
case Group_of_countries_shared_code = 388;
Expand Down

0 comments on commit 74ec1ad

Please sign in to comment.