mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-05-19 08:10:36 +00:00
77812545df
thank you gradle .replaceFirstChar { if (it.isLowerCase()) it.titlecase(Locale.getDefault()) else it.toString() } is clearly better than .capitalize()