We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6affcc commit 7d989eeCopy full SHA for 7d989ee
crates/terminal-colorsaurus/src/error.rs
@@ -20,7 +20,7 @@ pub enum Error {
20
UnsupportedTerminal(UnsupportedTerminalError),
21
}
22
23
-// Note: the private field is here for fowards-compatibility
+// Note: the private field is here for forwards-compatibility
24
// in case we want to introduce detailed reasons.
25
#[derive(Debug)]
26
pub struct UnsupportedTerminalError(PhantomData<()>);
0 commit comments