Skip to content
This repository has been archived by the owner on Sep 24, 2022. It is now read-only.

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hone committed Feb 6, 2021
1 parent 94b319f commit a6e3d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datetime.rs
Expand Up @@ -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
Expand Down

0 comments on commit a6e3d52

Please sign in to comment.