mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-04 13:54:22 +00:00
alphabetical -> alphabetically
This commit is contained in:
parent
979a5ad493
commit
9b66bc186a
|
@ -77,7 +77,7 @@ class ModuleHandler
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
return SortUtil.alphabetical(a, b);
|
return SortUtil.alphabetically(a, b);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue