We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a2bef commit 7ab1ad2Copy full SHA for 7ab1ad2
README.md
@@ -80,7 +80,7 @@ cannot be parsed as a relative time.
80
The `from_str` function returns:
81
82
- `Ok(DateTime<FixedOffset>)` - If the input string can be prsed as a datetime
83
-- `Err(ParseDurationError::InvalidInput)` - If the input string cannot be parsed
+- `Err(ParseDurationError::InvalidInput)` - If the input string cannot be parsed
84
85
## Fuzzer
86
@@ -92,3 +92,8 @@ $ cargo fuzz run fuzz_from_str
92
## License
93
94
This project is licensed under the [MIT License](LICENSE).
95
+
96
+## Note
97
98
+At some point, this crate was called humantime_to_duration.
99
+It has been renamed to cover more cases.
0 commit comments