From e73285f65740047289e7d1186f4799fc140d05db Mon Sep 17 00:00:00 2001 From: Tristan Guichaoua <33934311+tguichaoua@users.noreply.github.com> Date: Wed, 22 Nov 2023 12:55:06 +0100 Subject: [PATCH] Update src/day.rs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Felix Spöttel <1682504+fspoettel@users.noreply.github.com> --- src/day.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/day.rs b/src/day.rs index c4eec43..456da89 100644 --- a/src/day.rs +++ b/src/day.rs @@ -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;