Skip to content

Commit

Permalink
Fix horsepower weight
Browse files Browse the repository at this point in the history
  • Loading branch information
probablykasper authored Jan 13, 2024
1 parent a47a475 commit f07ed15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/units/builtin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ const COMMON_SI_DERIVED_UNITS: &[UnitTuple] = &[
(
"horsepower",
"horsepowers",
"l@745.699987158227022 watts",
"l@745.69987158227022 watts",
"",
),
("hp", "", "s@horsepower", ""),
Expand Down

0 comments on commit f07ed15

Please sign in to comment.