From 2112830d8b5917a0aa033648e8a8da6ddf94a3a0 Mon Sep 17 00:00:00 2001 From: Patrick Klitzke Date: Wed, 30 Aug 2023 14:39:34 +0900 Subject: [PATCH] Fix small smelling error in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86a2490..31a1147 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ assert_eq!(dt.unwrap(), Local.with_ymd_and_hms(2021, 2, 14, 6, 37, 47).unwrap()) ### Supported Formats -The `parse_datetime` and `parse_datetime_at_date` functions support absolute datetime and the ollowing relative times: +The `parse_datetime` and `parse_datetime_at_date` functions support absolute datetime and the following relative times: - `num` `unit` (e.g., "-1 hour", "+3 days") - `unit` (e.g., "hour", "day")