File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ macro_rules! eprintln {
299299/// represent an anticipated runtime failure mode of that computation, `Err(E)`.
300300/// `Result` is used alongside user defined types which represent the various
301301/// anticipated runtime failure modes that the associated computation could
302- /// encounter. `Result` must be propagated manually, often with the the help of the
302+ /// encounter. `Result` must be propagated manually, often with the help of the
303303/// `?` operator and `Try` trait, and they must be reported manually, often with
304304/// the help of the `Error` trait.
305305///
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ pub use anstyle_lossy::palette::Palette;
2121pub use anstyle_lossy:: palette:: VGA ;
2222pub use anstyle_lossy:: palette:: WIN10_CONSOLE ;
2323
24- /// Define the terminal-like settings for rendering outpu
24+ /// Define the terminal-like settings for rendering output
2525#[ derive( Copy , Clone , Debug ) ]
2626pub struct Term {
2727 palette : Palette ,
You can’t perform that action at this time.
0 commit comments