Skip to content

Commit d000c63

Browse files
author
Phillip Graham
authored
Name change for PostalCodeFormat getter function
1 parent a4cf5c0 commit d000c63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PostalCodes/PostalCode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ protected internal string HighestExpandedPostalCodeString
7676
/// Gets the PostalCodeFormat.
7777
/// </summary>
7878
/// <value>The PostalCodeFormat.</value>
79-
public PostalCodeFormat currentFormat
79+
public PostalCodeFormat PostalCodeFormat
8080
{
8181
get { return _currentFormat; }
8282
}

0 commit comments

Comments
 (0)