From d27064cea5797f4d4a1e9299674ad56dd7846f91 Mon Sep 17 00:00:00 2001 From: binchengqu Date: Thu, 21 Nov 2024 11:55:43 +0800 Subject: [PATCH] chore: remove redundant word in comment Signed-off-by: binchengqu --- src/theme.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme.rs b/src/theme.rs index 9fbef238..5863bf85 100644 --- a/src/theme.rs +++ b/src/theme.rs @@ -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.