From 89632ff5c20bd6c62cb4b15e3891a6c47172938e Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Fri, 30 Aug 2024 09:48:13 -0400 Subject: [PATCH] gpui: Fix typo in `DefaultThemeAppearance` doc comment (#17157) Release Notes: - N/A --- crates/gpui/src/elements/common.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/gpui/src/elements/common.rs b/crates/gpui/src/elements/common.rs index 0204be1c37..f18052d203 100644 --- a/crates/gpui/src/elements/common.rs +++ b/crates/gpui/src/elements/common.rs @@ -3,7 +3,7 @@ use crate::{rgb, Hsla, Rgba, WindowAppearance}; #[derive(Debug, Default, Clone, Copy, PartialEq, Eq)] /// The appearance of the base gpui colors, used to style gpui elements /// -/// Varries based on the system's current [WindowAppearance]. +/// Varies based on the system's current [WindowAppearance]. pub enum DefaultThemeAppearance { #[default] /// Use the set of colors for light appearances