未验证 提交 a3ccb193 编写于 作者: J John Higgins

Fixed docs typo in `library/std/src/time.rs`

上级 cb946751
......@@ -356,7 +356,7 @@ pub fn saturating_duration_since(&self, earlier: Instant) -> Duration {
///
/// # Panics
///
/// Previous rust versions panicked when self was earlier than the current time. Currently this
/// Previous rust versions panicked when the current time was earlier than self. Currently this
/// method returns a Duration of zero in that case. Future versions may reintroduce the panic.
/// See [Monotonicity].
///
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册