Skip to content

Commit 5885be9

Browse files
committed
Optimize summary
1 parent 951097b commit 5885be9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Nager.Country/Alpha2Code.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
namespace Nager.Country
22
{
33
/// <summary>
4-
/// ISO-3166-1 Alpha2 code
4+
/// Alpha2 code (ISO-3166-1)
55
/// </summary>
66
public enum Alpha2Code
77
{

src/Nager.Country/Alpha3Code.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
namespace Nager.Country
22
{
33
/// <summary>
4-
/// ISO-3166-1 Alpha3 code
4+
/// Alpha3 code (ISO-3166-1)
55
/// </summary>
66
public enum Alpha3Code
77
{

0 commit comments

Comments
 (0)