Skip to content

Commit

Permalink
docs: fix misspelling issue in README
Browse files Browse the repository at this point in the history
  • Loading branch information
drmohundro authored Jan 6, 2022
1 parent 2aa4a48 commit c63ad73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ extension Date: XMLElementDeserializable, XMLAttributeDeserializable {
}

public func validate() throws {
// empty validate... only necessary for custom validatio logic after parsing
// empty validate... only necessary for custom validation logic after parsing
}

private static func stringToDate(_ dateAsString: String) -> Date? {
Expand Down

0 comments on commit c63ad73

Please sign in to comment.