Skip to content

Commit 07b41b5

Browse files
author
Eugene Bulkin
committed
Fix Duration::checked_mul documentation
1 parent 606cded commit 07b41b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/time/duration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ impl Duration {
164164
}
165165
}
166166

167-
/// Checked integer multiplication. Computes `self * other`, returning
167+
/// Checked duration multiplication. Computes `self * other`, returning
168168
/// `None` if underflow or overflow occurred.
169169
///
170170
/// # Examples

0 commit comments

Comments
 (0)