We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c2bd63 + 4486d78 commit acd9554Copy full SHA for acd9554
src/libstd/time/duration.rs
@@ -68,7 +68,7 @@ pub const MAX: Duration = Duration {
68
69
impl Duration {
70
/// Makes a new `Duration` with given number of weeks.
71
- /// Equivalent to `Duration::seconds(weeks * 7 * 24 * 60 * 60), with overflow checks.
+ /// Equivalent to `Duration::seconds(weeks * 7 * 24 * 60 * 60)` with overflow checks.
72
/// Panics when the duration is out of bounds.
73
#[inline]
74
#[unstable(feature = "std_misc")]
0 commit comments