Skip to content

Commit d80abbc

Browse files
authored
docs: Correct API usage of fingerprints
1 parent 509ecc8 commit d80abbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/2_2_patch_anatomy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ val patch = bytecodePatch(name = "Complex patch") {
185185
extendWith("complex-patch.rve")
186186

187187
execute {
188-
fingerprint.match!!.mutableMethod.addInstructions(0, "invoke-static { }, LComplexPatch;->doSomething()V")
188+
fingerprint.method.addInstructions(0, "invoke-static { }, LComplexPatch;->doSomething()V")
189189
}
190190
}
191191
```

0 commit comments

Comments
 (0)