feat(unit): kindly make some cup(s)
This commit is contained in:
parent
33a542672f
commit
62bd134084
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue