Fix small smelling error in readme

This commit is contained in:
Patrick Klitzke
2023-08-30 14:39:34 +09:00
parent 2737b4a0f2
commit 2112830d8b
+1 -1
View File
@@ -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")