1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-11 20:57:20 +00:00

alphabetical -> alphabetically

This commit is contained in:
EliteMasterEric 2023-08-01 15:25:46 -04:00
parent 979a5ad493
commit 9b66bc186a

View file

@ -77,7 +77,7 @@ class ModuleHandler
}
else
{
return SortUtil.alphabetical(a, b);
return SortUtil.alphabetically(a, b);
}
});
}