Update src/day.rs
Co-authored-by: Felix Spöttel <1682504+fspoettel@users.noreply.github.com>
This commit is contained in:
parent
0e6ee20e01
commit
e73285f657
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ use std::str::FromStr;
|
|||
/// A valid day number of advent (i.e. an integer in range 1 to 25).
|
||||
///
|
||||
/// # Display
|
||||
/// This value is display as a two digit number.
|
||||
/// This value displays as a two digit number.
|
||||
///
|
||||
/// ```
|
||||
/// # use advent_of_code::Day;
|
||||
|
|
Loading…
Add table
Reference in a new issue