diff --git a/docs/2_2_patch_anatomy.md b/docs/2_2_patch_anatomy.md index a24eb19..33f737c 100644 --- a/docs/2_2_patch_anatomy.md +++ b/docs/2_2_patch_anatomy.md @@ -185,7 +185,7 @@ val patch = bytecodePatch(name = "Complex patch") { extendWith("complex-patch.rve") execute { - fingerprint.match!!.mutableMethod.addInstructions(0, "invoke-static { }, LComplexPatch;->doSomething()V") + fingerprint.method.addInstructions(0, "invoke-static { }, LComplexPatch;->doSomething()V") } } ```