diff options
author | Terence Lee <hone02@gmail.com> | 2021-02-06 11:36:07 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-06 11:36:07 -0600 |
commit | a6e3d52f47a4f1b522c51ee6659910d337d785d4 (patch) | |
tree | 3926bc9c0996a0a97381034b5f071def37343727 | |
parent | 94b319f5eeb80dbc7420246416a69d5bd0a9557d (diff) | |
download | milf-rs-a6e3d52f47a4f1b522c51ee6659910d337d785d4.tar.gz milf-rs-a6e3d52f47a4f1b522c51ee6659910d337d785d4.zip |
Fix comment typo
-rw-r--r-- | src/datetime.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datetime.rs b/src/datetime.rs index bbaa30c..1f68bfd 100644 --- a/src/datetime.rs +++ b/src/datetime.rs @@ -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 |