We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f1fe3a commit 3bc02cdCopy full SHA for 3bc02cd
1 file changed
RegalyticsRegulatoryArticle.cs
@@ -51,7 +51,7 @@ public class RegalyticsRegulatoryArticle : BaseData
51
public string Status { get; set; }
52
53
[JsonProperty(PropertyName = "classification")]
54
- public string Classificaiton { get; set; }
+ public string Classification { get; set; }
55
56
[JsonProperty(PropertyName = "filing_type")]
57
public string FilingType { get; set; }
@@ -161,7 +161,7 @@ public override BaseData Clone()
161
Title = Title,
162
Summary = Summary,
163
Status = Status,
164
- Classificaiton = Classificaiton,
+ Classification = Classification,
165
FilingType = FilingType,
166
InFederalRegister = InFederalRegister,
167
FederalRegisterNumber = FederalRegisterNumber,
0 commit comments