Skip to content

Commit 3bc02cd

Browse files
committed
Bug fix: Fix typo for property Classificaiton -> Classification
1 parent 3f1fe3a commit 3bc02cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

RegalyticsRegulatoryArticle.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public class RegalyticsRegulatoryArticle : BaseData
5151
public string Status { get; set; }
5252

5353
[JsonProperty(PropertyName = "classification")]
54-
public string Classificaiton { get; set; }
54+
public string Classification { get; set; }
5555

5656
[JsonProperty(PropertyName = "filing_type")]
5757
public string FilingType { get; set; }
@@ -161,7 +161,7 @@ public override BaseData Clone()
161161
Title = Title,
162162
Summary = Summary,
163163
Status = Status,
164-
Classificaiton = Classificaiton,
164+
Classification = Classification,
165165
FilingType = FilingType,
166166
InFederalRegister = InFederalRegister,
167167
FederalRegisterNumber = FederalRegisterNumber,

0 commit comments

Comments
 (0)