Revert a mishap in 7ff95e21ba

This commit is contained in:
AntsyLich
2024-02-17 03:28:48 +06:00
parent 6bdb37be65
commit e183cbb231
2 changed files with 3 additions and 3 deletions
@@ -38,7 +38,7 @@ fun Long.toLocalDate(): LocalDate {
return LocalDate.ofInstant(Instant.ofEpochMilli(this), ZoneId.systemDefault())
}
fun LocalDate.toRelativeSting(
fun LocalDate.toRelativeString(
context: Context,
relative: Boolean = true,
dateFormat: DateTimeFormatter = DateTimeFormatter.ofLocalizedDate(FormatStyle.SHORT),