Skip to content

Commit

Permalink
Added closing markdown tag (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shagon94 authored Oct 9, 2023
1 parent 75e255d commit 1ebc5e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions time/src/primitive_date_time.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ impl PrimitiveDateTime {
/// ```rust
/// # use time_macros::{datetime, time};
/// assert_eq!(datetime!(2019-01-01 0:00).time(), time!(0:00));
/// ```
pub const fn time(self) -> Time {
self.0.time()
}
Expand Down

0 comments on commit 1ebc5e3

Please sign in to comment.