Skip to content

Commit

Permalink
Update packages/@jsii/dotnet-runtime/src/Amazon.JSII.Runtime/Callback…
Browse files Browse the repository at this point in the history
…Extensions.cs
  • Loading branch information
mrgrain authored Nov 14, 2023
1 parent 881fb94 commit 7f6ed88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ out object? result
return null;
}

throw new ArgumentException("Callback does not specificity a method, getter, or setter to invoke");
throw new ArgumentException("Callback does not specify a method, getter, or setter to invoke");
}

private static CallbackResult? InvokeMethod(InvokeRequest request, IReferenceMap referenceMap)
Expand Down

0 comments on commit 7f6ed88

Please sign in to comment.