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:55:06 +01:00 committed by GitHub
parent 0e6ee20e01
commit e73285f657
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ use std::str::FromStr;
/// A valid day number of advent (i.e. an integer in range 1 to 25). /// A valid day number of advent (i.e. an integer in range 1 to 25).
/// ///
/// # Display /// # Display
/// This value is display as a two digit number. /// This value displays as a two digit number.
/// ///
/// ``` /// ```
/// # use advent_of_code::Day; /// # use advent_of_code::Day;