Skip to content

Commit

Permalink
Merge pull request #2 from PNixx/master
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rdex authored Aug 4, 2023
2 parents 8a03cb9 + 122d0a9 commit d5ed569
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/LangCorrect.php
Original file line number Diff line number Diff line change
Expand Up @@ -2666,6 +2666,7 @@ class LangCorrect
'sx ' => 0,
'sz' => 0,
'sz ' => 0,
'tc ' => 0,
'tg ' => 0,
'tj ' => 0,
'tq' => 0,
Expand Down
2 changes: 2 additions & 0 deletions tests/LangCorrectTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ public function replaces(): array
['orb', 'orb'],
['zorb', 'zorb'],
['surf', 'surf'],
['uthrektc', 'геркулес'],
['etc', 'etc'],
];
}

Expand Down

0 comments on commit d5ed569

Please sign in to comment.