From bd09b881af8a81d0feb63960129c520839e1cec6 Mon Sep 17 00:00:00 2001 From: ovalkonia Date: Fri, 30 Aug 2024 17:47:02 +0300 Subject: [PATCH] `docs`: fix the heat units typo --- crates/eww/src/config/inbuilt.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/eww/src/config/inbuilt.rs b/crates/eww/src/config/inbuilt.rs index 82446f9b..d462d5ae 100644 --- a/crates/eww/src/config/inbuilt.rs +++ b/crates/eww/src/config/inbuilt.rs @@ -30,7 +30,7 @@ macro_rules! define_builtin_vars { } define_builtin_vars! { - // @desc EWW_TEMPS - Heat of the components in Celcius + // @desc EWW_TEMPS - Heat of the components in degree Celsius // @prop { : temperature } "EWW_TEMPS" [2] => || Ok(DynVal::from(get_temperatures())),