Skip to content

Commit

Permalink
Minor README fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sbarral committed Apr 3, 2024
1 parent face968 commit 2454f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ use tai_time::{GpsTime, MonotonicTime};
// (same value as Unix timestamp for 2009-02-13 23:31:30.987654321 UTC).
let t0 = MonotonicTime::new(1_234_567_890, 987_654_321);

//! // Current TAI time based on the system clock, assuming 37 leap seconds.
// Current TAI time based on the system clock, assuming 37 leap seconds.
let now = MonotonicTime::now_from_utc(37);
println!("Current TAI time: {}", now);

Expand Down

0 comments on commit 2454f64

Please sign in to comment.