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 9d7331f commit ee7fe7aCopy full SHA for ee7fe7a
src/util.js
@@ -86,7 +86,9 @@ const fixedDataset = englishDataset
86
.addPattern(pattern`xioix`)
87
.addPattern(pattern`xiooix`)
88
.addPattern(pattern`l[l]e[e]b[b]ro[o]n`)
89
+ .addPattern(pattern`ie[e]b[b]ro[o]n`)
90
.addPattern(pattern`prickl[l]e`)
91
+ .addPattern(pattern`prickie`)
92
);
93
// Work-around for:
94
// https://github.com/jo3-l/obscenity/issues/100
0 commit comments