This commit is contained in:
Koitharu
2025-02-25 12:51:45 +02:00
parent 5f10ff91d0
commit 1b3cd3b1f5

View File

@@ -9,7 +9,7 @@ import org.jsoup.HttpStatusException
import java.io.File
import java.net.HttpURLConnection
const val GENERIC_ERROR_MSG = "An error has occured"
const val GENERIC_ERROR_MSG = "An error has occurred"
@Suppress("NOTHING_TO_INLINE")
inline operator fun <T> List<T>.component6(): T = get(5)