Merge pull request #3131 from binchengqu/master

chore: remove redundant word in comment
This commit is contained in:
Keith Hall 2024-11-21 06:09:50 +02:00 committed by GitHub
commit 7b797fd830
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.