aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2021-02-06 11:36:07 -0600
committerGitHub <noreply@github.com>2021-02-06 11:36:07 -0600
commita6e3d52f47a4f1b522c51ee6659910d337d785d4 (patch)
tree3926bc9c0996a0a97381034b5f071def37343727 /src
parent94b319f5eeb80dbc7420246416a69d5bd0a9557d (diff)
downloadmilf-rs-a6e3d52f47a4f1b522c51ee6659910d337d785d4.tar.gz
milf-rs-a6e3d52f47a4f1b522c51ee6659910d337d785d4.zip
Fix comment typo
Diffstat (limited to 'src')
-rw-r--r--src/datetime.rs2
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