Skip to content

Commit

Permalink
chore: remove redundant word in comment
Browse files Browse the repository at this point in the history
Signed-off-by: binchengqu <[email protected]>
  • Loading branch information
binchengqu committed Nov 21, 2024
1 parent c9aa8d5 commit d27064c
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 d27064c

Please sign in to comment.