Skip to content

Commit

Permalink
chore: fix typo in CallbackExtensions.cs
Browse files Browse the repository at this point in the history
specificy -> specificity
  • Loading branch information
eltociear authored Oct 20, 2023
1 parent e9b4c01 commit 881fb94
Showing 1 changed file with 2 additions and 2 deletions.
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 specificy a method, getter, or setter to invoke");
throw new ArgumentException("Callback does not specificity a method, getter, or setter to invoke");
}

private static CallbackResult? InvokeMethod(InvokeRequest request, IReferenceMap referenceMap)
Expand Down Expand Up @@ -251,4 +251,4 @@ private CallbackResult(TypeReference type, bool isOptional, object? value) : bas

public object? Value { get; }
}
}
}

0 comments on commit 881fb94

Please sign in to comment.