Update src/day.rs

Co-authored-by: Felix Spöttel <1682504+fspoettel@users.noreply.github.com>
This commit is contained in:
Tristan Guichaoua 2023-11-22 12:54:55 +01:00 committed by GitHub
parent 24ab444ed4
commit bc9b0e20f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,7 +81,7 @@ impl Display for DayFromStrError {
/* -------------------------------------------------------------------------- */ /* -------------------------------------------------------------------------- */
/// An iterator that yield every day of advent from the 1st to the 25th. /// An iterator that yields every day of advent from the 1st to the 25th.
pub fn every_day() -> EveryDay { pub fn every_day() -> EveryDay {
EveryDay { current: 1 } EveryDay { current: 1 }
} }