From 8b1d0a23b0a2cd6977fc931bd9fca0b5fd1a29d2 Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 13 Jun 2023 20:15:14 -0700 Subject: [PATCH] Unit edits --- buildscript/units.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscript/units.toml b/buildscript/units.toml index c3ac523..1b86f3e 100644 --- a/buildscript/units.toml +++ b/buildscript/units.toml @@ -384,7 +384,7 @@ base_units = [ { u = "Meter", p = 3} ] [[unit]] enum_name = "USGallon" print = "gal" -parse = ["gal", "usgal", "gallon", "gallons"] +parse = ["gal", "gals", "usgal", "gallon", "gallons", "Gallon", "Gallons"] base_value_type = "exact" base_value = "0.003785411784"