Skip to content

Commit 4be71c2

Browse files
committed
TimeDelta is not a full ISO 8601 duration
1 parent 5a15d57 commit 4be71c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/time_delta.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const SECS_PER_DAY: i64 = 86_400;
4040
/// The number of (non-leap) seconds in a week.
4141
const SECS_PER_WEEK: i64 = 604_800;
4242

43-
/// ISO 8601 time duration with nanosecond precision.
43+
/// Time duration with nanosecond precision.
4444
///
4545
/// This also allows for negative durations; see individual methods for details.
4646
///

0 commit comments

Comments
 (0)