We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35ab2a2 commit f08593fCopy full SHA for f08593f
src/util.js
@@ -80,6 +80,12 @@ const fixedDataset = englishDataset
80
.addPhrase((phrase) =>
81
phrase.setMetadata({ originalWord: "ass" }).addWhitelistedTerm("45s")
82
)
83
+ .addPhrase((phrase) =>
84
+ phrase
85
+ .setMetadata({ originalWord: "dick" })
86
+ .addWhitelistedTerm("dickory")
87
+ .addWhitelistedTerm("dickety")
88
+ )
89
90
phrase
91
.setMetadata({ originalWord: "brainrot" })
0 commit comments