Skip to content

Commit

Permalink
Merge pull request #14 from psidex/patch-1
Browse files Browse the repository at this point in the history
Add correct spelling of scunthorpe, closes #13
  • Loading branch information
TwiN authored Jul 2, 2021
2 parents f15ee8a + 618c2bd commit a7a92da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion falsepositives.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ var falsePositives = []string{
"pushit",
"sassy",
"shoe",
"scuntthorpe",
"scunthorpe",
"shitake",
"stitch",
"sussex",
Expand Down
2 changes: 1 addition & 1 deletion goaway_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func TestSentencesWithNoProfanities(t *testing.T) {

func TestFalsePositives(t *testing.T) {
sentences := []string{
"I am from Scuntthorpe, north Lincolnshire",
"I am from Scunthorpe, north Lincolnshire",
"He is an associate of mine",
"Are you an assassin?",
"But the table is on fire",
Expand Down

0 comments on commit a7a92da

Please sign in to comment.