We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TimeDelta
1 parent 5a15d57 commit 4be71c2Copy full SHA for 4be71c2
src/time_delta.rs
@@ -40,7 +40,7 @@ const SECS_PER_DAY: i64 = 86_400;
40
/// The number of (non-leap) seconds in a week.
41
const SECS_PER_WEEK: i64 = 604_800;
42
43
-/// ISO 8601 time duration with nanosecond precision.
+/// Time duration with nanosecond precision.
44
///
45
/// This also allows for negative durations; see individual methods for details.
46
0 commit comments