update day error string
This commit is contained in:
parent
05edf3a611
commit
cbc44bf792
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ impl Error for DayFromStrError {}
|
|||
|
||||
impl Display for DayFromStrError {
|
||||
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
||||
f.write_str("expecting a number between 1 and 25")
|
||||
f.write_str("expecting a day number between 1 and 25")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue