Skip to content

Commit

Permalink
docs: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Dec 29, 2024
1 parent 6a4e2ba commit eec89cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/reflexo/src/time.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pub use instant::Duration;
pub use instant::Instant;
pub use instant::SystemTime as Time;

/// Returns the UTC+0 time.
/// Returns the current time (UTC+0).
#[cfg(any(feature = "system", feature = "web"))]
pub fn now() -> Time {
Time::now()
Expand Down

0 comments on commit eec89cd

Please sign in to comment.