aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2021-02-06 10:43:17 -0800
committerGitHub <noreply@github.com>2021-02-06 10:43:17 -0800
commitb1417006df376e6c406bff43740dd11aa7ef744e (patch)
tree3926bc9c0996a0a97381034b5f071def37343727
parent94b319f5eeb80dbc7420246416a69d5bd0a9557d (diff)
parenta6e3d52f47a4f1b522c51ee6659910d337d785d4 (diff)
downloadmilf-rs-b1417006df376e6c406bff43740dd11aa7ef744e.tar.gz
milf-rs-b1417006df376e6c406bff43740dd11aa7ef744e.zip
Merge pull request #417 from hone/patch-1
Fix comment typo
-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