From 9373446f7de77c2f6879ab9645eefdae1d5c055c Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Wed, 9 Nov 2022 22:51:57 -1000 Subject: [PATCH] refactor: `kilogram` type used explicitly for the symbol --- src/systems/si/include/units/si/unit_symbols.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/systems/si/include/units/si/unit_symbols.h b/src/systems/si/include/units/si/unit_symbols.h index abf3ccf5..7f832023 100644 --- a/src/systems/si/include/units/si/unit_symbols.h +++ b/src/systems/si/include/units/si/unit_symbols.h @@ -85,7 +85,7 @@ inline constexpr auto dg = deci; inline constexpr auto g = gram; inline constexpr auto dag = deca; inline constexpr auto hg = hecto; -inline constexpr auto kg = kilo; +inline constexpr auto kg = kilogram; inline constexpr auto Mg = mega; inline constexpr auto Gg = giga; inline constexpr auto Tg = tera;