diff options
author | Brandon West <brawest@gmail.com> | 2014-05-21 18:22:30 -0600 |
---|---|---|
committer | Brandon West <brawest@gmail.com> | 2014-05-21 18:22:30 -0600 |
commit | 1b755d1304c9198a5970a79cee223bf343bdf67c (patch) | |
tree | a0791633516734efef84ecbf30c2442b0b7f87f6 /SendGrid/SendGridMail/SendGrid.cs | |
parent | e6a8e1133ed56a78e6dd3c8147249100121602ca (diff) | |
download | sendgrid-csharp-1b755d1304c9198a5970a79cee223bf343bdf67c.zip sendgrid-csharp-1b755d1304c9198a5970a79cee223bf343bdf67c.tar.gz sendgrid-csharp-1b755d1304c9198a5970a79cee223bf343bdf67c.tar.bz2 |
fix some copypasta
Diffstat (limited to 'SendGrid/SendGridMail/SendGrid.cs')
-rw-r--r-- | SendGrid/SendGridMail/SendGrid.cs | 2 |
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())
|