Skip to content

Commit 51cd0c7

Browse files
philoushkabrandonseydel
authored andcommitted
type Aim needs to have its description capitalized (#325)
1 parent f93d313 commit 51cd0c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MailChimp.Net/Models/ConditionType.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace MailChimp.Net.Models
44
{
55
public enum ConditionType
66
{
7-
[Description("aim")]
7+
[Description("Aim")]
88
Aim,
99
[Description("automation")]
1010
Automation,

0 commit comments

Comments
 (0)