diff --git a/learn/matcher-types.ts b/learn/matcher-types.ts index 38e97dc..1a3aecb 100644 --- a/learn/matcher-types.ts +++ b/learn/matcher-types.ts @@ -449,7 +449,7 @@ export const speciesMapping: SpeciesMap = { [Species.Elephantidae]: ['elephant', 'mammoth', 'mastodon', 'pachyderm', 'tusker'], [Species.Fish]: ['shark', 'great white', 'sergal', 'fish', 'aquatic', 'melanopterus', 'carcharhinus', '.*fish', '.*shark', - gen('(shark|fish)') + gen('(shark|fish)'), 'tiger ?shark' ], [Species.Giraffe]: ['giraffe', '🦒', 'kirinmimi', 'okapi', '[gk]ira(ff|hv)[ei]?'],