From a6e3d52f47a4f1b522c51ee6659910d337d785d4 Mon Sep 17 00:00:00 2001 From: Terence Lee Date: Sat, 6 Feb 2021 11:36:07 -0600 Subject: Fix comment typo --- src/datetime.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3