From f07ed15964a0abd2c4b23d83c1726656746ae107 Mon Sep 17 00:00:00 2001 From: Kasper Date: Sat, 13 Jan 2024 08:24:51 +0100 Subject: [PATCH] Fix horsepower weight --- core/src/units/builtin.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/units/builtin.rs b/core/src/units/builtin.rs index ef3f0045..3715764c 100644 --- a/core/src/units/builtin.rs +++ b/core/src/units/builtin.rs @@ -307,7 +307,7 @@ const COMMON_SI_DERIVED_UNITS: &[UnitTuple] = &[ ( "horsepower", "horsepowers", - "l@745.699987158227022 watts", + "l@745.69987158227022 watts", "", ), ("hp", "", "s@horsepower", ""),