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

Commit

Permalink
Merge pull request #417 from hone/patch-1
Browse files Browse the repository at this point in the history
Fix comment typo
  • Loading branch information
ehuss authored Feb 6, 2021
2 parents 94b319f + a6e3d52 commit b141700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datetime.rs
Original file line number Diff line number Diff line change
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 b141700

Please sign in to comment.