Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ebyhr authored and wendigo committed Nov 28, 2024
1 parent d1e5342 commit 9669257
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ private static void adaptAndVerify(
actualConvention.supportsSession(),
actualConvention.supportsInstanceFactory());

// crete an exact invoker to the handle, so we can use object invoke interface without type coercion concerns
// create an exact invoker to the handle, so we can use object invoke interface without type coercion concerns
MethodHandle exactInvoker = MethodHandles.exactInvoker(adaptedMethodHandle.type())
.bindTo(adaptedMethodHandle);
if (expectedConvention.getReturnConvention() != BLOCK_BUILDER) {
Expand Down

0 comments on commit 9669257

Please sign in to comment.