Update src/day.rs
Co-authored-by: Felix Spöttel <1682504+fspoettel@users.noreply.github.com>
This commit is contained in:
parent
24ab444ed4
commit
bc9b0e20f6
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue