Skip to content

Commit

Permalink
Merge pull request #261 from probablykasper/horsepower-weight-fix
Browse files Browse the repository at this point in the history
Fix horsepower weight
  • Loading branch information
printfn authored Jan 13, 2024
2 parents a47a475 + f07ed15 commit d4d5801
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 d4d5801

Please sign in to comment.