Skip to content

Commit

Permalink
Fix invalid XML tag, @name mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
filipetoscano committed Mar 7, 2024
1 parent 3f5c534 commit fb24d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resend/IResend.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public interface IResend
/// <summary>
/// Send a batch of emails.
/// </summary>
/// <param name="email">
/// <param name="emails">
/// List of emails.
/// </param>
/// <param name="cancellationToken">
Expand Down

0 comments on commit fb24d9b

Please sign in to comment.