Changed 'Remove Letter Accents' to 'Remove Diacritics'

This commit is contained in:
n1474335 2018-11-07 15:07:54 +00:00
parent b301d16cb2
commit cea30465d8
4 changed files with 13 additions and 14 deletions

View file

@ -63,7 +63,7 @@ import "./tests/operations/ParseIPRange";
import "./tests/operations/PowerSet";
import "./tests/operations/Regex";
import "./tests/operations/Register";
import "./tests/operations/RemoveLetterAccents";
import "./tests/operations/RemoveDiacritics";
import "./tests/operations/Rotate";
import "./tests/operations/SeqUtils";
import "./tests/operations/SetDifference";