Merge pull request #417 from hone/patch-1

Fix comment typo
master
Eric Huss 2021-02-06 10:43:17 -08:00 committed by GitHub
commit b1417006df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ pub struct DatetimeParseError {
}
// Currently serde itself doesn't have a datetime type, so we map our `Datetime`
// to a special valid in the serde data model. Namely one with thiese special
// to a special valid in the serde data model. Namely one with these special
// fields/struct names.
//
// In general the TOML encoder/decoder will catch this and not literally emit