Skip to content

Commit

Permalink
Fixed typo in deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-Dax authored and djc committed Jul 27, 2022
1 parent 26e231a commit 309cbeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/date.rs
Expand Up @@ -62,7 +62,7 @@ pub struct Date<Tz: TimeZone> {

/// The minimum possible `Date`.
#[allow(deprecated)]
#[deprecated(since = "0.4.20", note = "Use Date::MAX_UTC instead")]
#[deprecated(since = "0.4.20", note = "Use Date::MIN_UTC instead")]
pub const MIN_DATE: Date<Utc> = Date::<Utc>::MIN_UTC;
/// The maximum possible `Date`.
#[allow(deprecated)]
Expand Down

0 comments on commit 309cbeb

Please sign in to comment.