[utils] fix: typo

Dieser Commit ist enthalten in:
Reinder Feenstra 2026-01-17 00:04:12 +01:00
Ursprung 51be749b54
Commit 176522540b

Datei anzeigen

@ -31,7 +31,7 @@ struct Unit
static constexpr std::string_view milliSeconds{"ms"};
static constexpr std::string_view percent{"%"};
static constexpr std::string_view seconds{"s"};
static constexpr std::string_view volt{"C"};
static constexpr std::string_view volt{"V"};
};
#endif