Skip to content

Commit 7d989ee

Browse files
committed
✏️ Fix typo
1 parent d6affcc commit 7d989ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/terminal-colorsaurus/src/error.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub enum Error {
2020
UnsupportedTerminal(UnsupportedTerminalError),
2121
}
2222

23-
// Note: the private field is here for fowards-compatibility
23+
// Note: the private field is here for forwards-compatibility
2424
// in case we want to introduce detailed reasons.
2525
#[derive(Debug)]
2626
pub struct UnsupportedTerminalError(PhantomData<()>);

0 commit comments

Comments
 (0)