chore: fix typo

This commit is contained in:
Lucaskyy
2022-05-25 22:52:57 +02:00
parent 88a85f94e7
commit fc03639b26

View File

@@ -10,7 +10,7 @@ import app.revanced.patcher.signature.implementation.method.MethodSignature
@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.RUNTIME)
annotation class MatchingMethod(
val definingClass: String = "L<unspecified-class>",
val definingClass: String = "L<unspecified-class>;",
val name: String = "<unspecified-method>"
)