diff --git a/revanced-patcher/src/main/kotlin/app/revanced/patcher/data/BytecodeContext.kt b/revanced-patcher/src/main/kotlin/app/revanced/patcher/data/BytecodeContext.kt index 439b430..34a694e 100644 --- a/revanced-patcher/src/main/kotlin/app/revanced/patcher/data/BytecodeContext.kt +++ b/revanced-patcher/src/main/kotlin/app/revanced/patcher/data/BytecodeContext.kt @@ -96,7 +96,7 @@ class BytecodeContext internal constructor(private val options: PatcherOptions) internal inner class Integrations : MutableList by mutableListOf(), Flushable { /** * Whether to merge integrations. - * True when any supplied [Patch] is annotated with [RequiresIntegrations]. + * Set to true, if the field requiresIntegrations of any supplied [Patch] is true. */ var merge = false