From 68321119c3f3768160d2416d64decdd672011fff Mon Sep 17 00:00:00 2001 From: Vlad Sandu Date: Tue, 24 Mar 2020 12:43:31 +0200 Subject: [PATCH] Improve documentation in PostmarkClientExtensions --- src/Postmark/PostmarkClientExtensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Postmark/PostmarkClientExtensions.cs b/src/Postmark/PostmarkClientExtensions.cs index 507bb22..09775cb 100644 --- a/src/Postmark/PostmarkClientExtensions.cs +++ b/src/Postmark/PostmarkClientExtensions.cs @@ -24,7 +24,7 @@ public static class PostmarkClientExtensions /// The Plain Text Body to be used for the message, this may be null if HtmlBody is set. /// The HTML Body to be used for the message, this may be null if TextBody is set. /// A collection of additional mail headers to send with the message. - /// The message stream used to send this message + /// The message stream used to send this message. /// A with details about the transaction. public static async Task SendMessageAsync(this PostmarkClient client, string from, string to, string subject, string textBody, string htmlBody,