From 500ba962d17853bdef7aed49b150dbe3f45692e9 Mon Sep 17 00:00:00 2001 From: rustrover Date: Sat, 9 Mar 2024 15:26:37 +0800 Subject: fix some comments Signed-off-by: rustrover --- core/src/background.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/background.rs') diff --git a/core/src/background.rs b/core/src/background.rs index eb4b5021..c8b7cbea 100644 --- a/core/src/background.rs +++ b/core/src/background.rs @@ -12,7 +12,7 @@ pub enum Background { } impl Background { - /// Scales the the alpha channel of the [`Background`] by the given + /// Scales the alpha channel of the [`Background`] by the given /// factor. pub fn scale_alpha(self, factor: f32) -> Self { match self { -- cgit