Skip to content

Commit 309cbeb

Browse files
Mike-Daxdjc
authored andcommitted
Fixed typo in deprecation notice
1 parent 26e231a commit 309cbeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/date.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pub struct Date<Tz: TimeZone> {
6262

6363
/// The minimum possible `Date`.
6464
#[allow(deprecated)]
65-
#[deprecated(since = "0.4.20", note = "Use Date::MAX_UTC instead")]
65+
#[deprecated(since = "0.4.20", note = "Use Date::MIN_UTC instead")]
6666
pub const MIN_DATE: Date<Utc> = Date::<Utc>::MIN_UTC;
6767
/// The maximum possible `Date`.
6868
#[allow(deprecated)]

0 commit comments

Comments
 (0)