We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
library/std/src/time.rs
1 parent cb94675 commit a3ccb19Copy full SHA for a3ccb19
library/std/src/time.rs
@@ -356,7 +356,7 @@ impl Instant {
356
///
357
/// # Panics
358
359
- /// 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
360
/// method returns a Duration of zero in that case. Future versions may reintroduce the panic.
361
/// See [Monotonicity].
362
0 commit comments