Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix minor typo. #1404

Merged
merged 1 commit into from
Feb 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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