docs: comment typos

This commit is contained in:
Jack Wills
2023-03-02 03:54:55 +00:00
parent 93f7c07f70
commit 9d2e72086b
3 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ impl State {
_ => Color::Red,
}
}
// Dirty way to create order for the state, rather than impl Ord
/// Dirty way to create order for the state, rather than impl Ord
pub const fn order(self) -> u8 {
match self {
Self::Running => 0,