1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-04 13:54:22 +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 else
{ {
return SortUtil.alphabetical(a, b); return SortUtil.alphabetically(a, b);
} }
}); });
} }