feat: Use simpler strings

This commit is contained in:
oSumAtrIX
2025-05-22 14:15:19 +02:00
parent 537e0b5bed
commit 83d33e87e3
2 changed files with 12 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ import kotlinx.parcelize.Parcelize
@Parcelize
/**
* A container for [Parcelable] data returned from downloaders. Instances of this class can be safely stored in a bundle without needing to set the [ClassLoader].
* A container for [Parcelable] data returned from downloader. Instances of this class can be safely stored in a bundle without needing to set the [ClassLoader].
*/
class ParceledDownloaderData private constructor(
val pluginPackageName: String,