feat(tasting-notes): add "creamy" to vegetal flavour category
This commit is contained in:
parent
ea4093b699
commit
531b58e8e6
1 changed files with 1 additions and 0 deletions
|
|
@ -247,6 +247,7 @@ const EXACT_MATCHES: &[(&str, NoteCategory)] = &[
|
||||||
("yoghurt", Vegetal),
|
("yoghurt", Vegetal),
|
||||||
("yogurt", Vegetal),
|
("yogurt", Vegetal),
|
||||||
("cream", Vegetal),
|
("cream", Vegetal),
|
||||||
|
("creamy", Vegetal),
|
||||||
];
|
];
|
||||||
|
|
||||||
// ── Substring fallback ───────────────────────────────────────────────
|
// ── Substring fallback ───────────────────────────────────────────────
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue