Skip to content

Commit 3efc4cf

Browse files
authored
Merge pull request #247 from dufucun/main
chore: fix some comments
2 parents 911a392 + 117d074 commit 3efc4cf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

crates/anstream/src/_macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
///

crates/anstyle-svg/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pub use anstyle_lossy::palette::Palette;
2121
pub use anstyle_lossy::palette::VGA;
2222
pub 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)]
2626
pub struct Term {
2727
palette: Palette,

0 commit comments

Comments
 (0)