Skip to content

Commit

Permalink
Merge pull request #3131 from binchengqu/master
Browse files Browse the repository at this point in the history
chore: remove redundant word in comment
  • Loading branch information
keith-hall authored Nov 21, 2024
2 parents c9aa8d5 + d27064c commit 7b797fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ impl fmt::Display for ThemeName {

#[derive(Debug, Default, Clone, Copy, PartialEq, Eq, Hash)]
pub enum DetectColorScheme {
/// Only query the terminal for its colors when appropriate (i.e. when the the output is not redirected).
/// Only query the terminal for its colors when appropriate (i.e. when the output is not redirected).
#[default]
Auto,
/// Always query the terminal for its colors.
Expand Down

0 comments on commit 7b797fd

Please sign in to comment.