Skip to content

Commit c5ace05

Browse files
committed
- Fix Readme custom type code
1 parent 3a1fd8d commit c5ace05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ public class LocationType : ICustomType
244244
public string City { get; set; }
245245
public string Country { get; set; }
246246
247-
public static LocationType Parse(string input)
247+
public ICustomType Parse(string input)
248248
{
249249
var values = input.Split(',');
250250
if (values.Length == 1)

0 commit comments

Comments
 (0)