feat(unit): kindly make some cup(s)

This commit is contained in:
Zhongheng Liu 2026-01-05 16:58:19 +01:00
commit 62bd134084

View file

@ -30,7 +30,7 @@ public enum Unit {
TABLESPOON("tbsp", true, 14.0),
OUNCE("oz", true, 28.35),
POUND("lb", true, 453.6),
CUP("cup", true, 225),
CUP("cup(s)", true, 225),
// A special informal unit
INFORMAL("<NONE>", false, 0.0);