We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 951097b commit 5885be9Copy full SHA for 5885be9
src/Nager.Country/Alpha2Code.cs
@@ -1,7 +1,7 @@
1
namespace Nager.Country
2
{
3
/// <summary>
4
- /// ISO-3166-1 Alpha2 code
+ /// Alpha2 code (ISO-3166-1)
5
/// </summary>
6
public enum Alpha2Code
7
src/Nager.Country/Alpha3Code.cs
- /// ISO-3166-1 Alpha3 code
+ /// Alpha3 code (ISO-3166-1)
public enum Alpha3Code
0 commit comments