chore: Fix inline docs reference

This commit is contained in:
oSumAtrIX 2023-09-18 20:04:49 +02:00
parent ff965e6953
commit b7f6aa94cc
No known key found for this signature in database
GPG key ID: A9B3094ACDB604B4

View file

@ -96,7 +96,7 @@ class BytecodeContext internal constructor(private val options: PatcherOptions)
internal inner class Integrations : MutableList<File> 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