diff --git a/crates/ruma-common/src/time.rs b/crates/ruma-common/src/time.rs index 5d74bb4e..5a699ef1 100644 --- a/crates/ruma-common/src/time.rs +++ b/crates/ruma-common/src/time.rs @@ -21,7 +21,7 @@ impl MilliSecondsSinceUnixEpoch { Some(Self(millis)) } - /// The current milliseconds since the unix epoch. + /// The current system time in milliseconds since the unix epoch. pub fn now() -> Self { Self::from_system_time(SystemTime::now()).unwrap() }