Skip to content

Commit

Permalink
fix(preset/english): remove erroneous patterns for dick
Browse files Browse the repository at this point in the history
Fixes #86
  • Loading branch information
jo3-l committed Dec 3, 2024
1 parent 6059905 commit e43d502
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/preset/english.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,6 @@ export const englishDataset = new DataSet<{ originalWord: EnglishProfaneWord }>(
.addPhrase((phrase) =>
phrase
.setMetadata({ originalWord: 'dick' })
.addPattern(pattern`d?ck|`)
.addPattern(pattern`d?cke[e]s|`)
.addPattern(pattern`d?cks|`)
.addPattern(pattern`|dck|`)
.addPattern(pattern`dick`)
.addWhitelistedTerm('benedick')
Expand Down

0 comments on commit e43d502

Please sign in to comment.