Skip to content

Commit

Permalink
Fix the formatting of timestamp_micros's Example doc
Browse files Browse the repository at this point in the history
  • Loading branch information
emikitas committed Oct 4, 2023
1 parent 7c44bde commit 1562d43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/offset/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,8 @@ pub trait TimeZone: Sized + Clone {
/// Makes a new `DateTime` from the number of non-leap microseconds
/// since January 1, 1970 0:00:00 UTC (aka "UNIX timestamp").
///
/// #Example
/// # Example
///
/// ```
/// use chrono::{Utc, TimeZone};
///
Expand Down

0 comments on commit 1562d43

Please sign in to comment.