summaryrefslogtreecommitdiffstats
path: root/core/src/background.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/background.rs')
-rw-r--r--core/src/background.rs2
1 files changed, 1 insertions, 1 deletions
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 {