Skip to content

Commit

Permalink
Fix minor typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
intrigus committed Feb 9, 2023
1 parent ee0c8a0 commit 12da295
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
* <p>
* Substitutes field access, method invocations or constructor calls within a method's body.
* </p>
* <p>Note</p>: This substitution must not used to to match constructor calls to an instrumented class's super constructor invocation from
* <p>Note</p>: This substitution must not be used to match constructor calls to an instrumented class's super constructor invocation from
* within a constructor. Matching such constructors will result in an invalid stack and a verification error.
* <p>
* <b>Important</b>: This component relies on using a {@link TypePool} for locating types within method bodies. Within a redefinition
Expand Down

0 comments on commit 12da295

Please sign in to comment.