Skip to content

Commit

Permalink
docs: fix the heat units typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ovalkonia committed Aug 30, 2024
1 parent b3dbfad commit bd09b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/eww/src/config/inbuilt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 { <name>: temperature }
"EWW_TEMPS" [2] => || Ok(DynVal::from(get_temperatures())),

Expand Down

0 comments on commit bd09b88

Please sign in to comment.