Skip to content

Commit

Permalink
file: update docs on FileFromJSON validation
Browse files Browse the repository at this point in the history
Fixes: #828
  • Loading branch information
adamdecaf committed Jun 29, 2021
1 parent c4bbd59 commit 91ee2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion file.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ type advFileControl struct {
//
// Callers should always check for a nil-error before using the returned file.
//
// The File returned may not be valid and callers should confirm with Validate.
// The File returned may not be valid and an error may be returned from validation.
// Invalid files may be rejected by Financial Institutions or ACH tools.
//
// Date and Time fields in formats: RFC 3339 and ISO 8601 will be parsed and rewritten
Expand Down

0 comments on commit 91ee2f9

Please sign in to comment.