summaryrefslogtreecommitdiffstats
path: root/SendGrid/SendGridMail/SendGrid.cs
diff options
context:
space:
mode:
Diffstat (limited to 'SendGrid/SendGridMail/SendGrid.cs')
-rw-r--r--SendGrid/SendGridMail/SendGrid.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/SendGrid/SendGridMail/SendGrid.cs b/SendGrid/SendGridMail/SendGrid.cs
index 09aa1fe..8b48774 100644
--- a/SendGrid/SendGridMail/SendGrid.cs
+++ b/SendGrid/SendGridMail/SendGrid.cs
@@ -25,7 +25,7 @@ namespace SendGrid
#region Initialization and Constructors
/// <summary>
- /// Creates an instance of SendGridMessage's custom message object
+ /// Creates an instance of SendGrid's custom message object
/// </summary>
/// <returns></returns>
public SendGridMessage() : this(new Header())