diff options
author | Tyler Bischel <tyler.bischel@sendgrid.com> | 2012-01-24 14:57:47 -0800 |
---|---|---|
committer | Tyler Bischel <tyler.bischel@sendgrid.com> | 2012-01-24 14:57:47 -0800 |
commit | 1be4549531d73cf89b4bebd2dac003937a1661df (patch) | |
tree | 0e2f7611e7df1fd92cdb3cd573ece56c6a846e06 /SendGrid/SendGridMail/ISendGrid.cs | |
parent | cc9ec168b75ef7ac492996c7d24eeb1177b02476 (diff) | |
download | sendgrid-csharp-1be4549531d73cf89b4bebd2dac003937a1661df.zip sendgrid-csharp-1be4549531d73cf89b4bebd2dac003937a1661df.tar.gz sendgrid-csharp-1be4549531d73cf89b4bebd2dac003937a1661df.tar.bz2 |
renamed REST transport to Web
Diffstat (limited to 'SendGrid/SendGridMail/ISendGrid.cs')
-rwxr-xr-x | SendGrid/SendGridMail/ISendGrid.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SendGrid/SendGridMail/ISendGrid.cs b/SendGrid/SendGridMail/ISendGrid.cs index 08d109c..f868e2d 100755 --- a/SendGrid/SendGridMail/ISendGrid.cs +++ b/SendGrid/SendGridMail/ISendGrid.cs @@ -7,7 +7,7 @@ namespace SendGridMail {
/// <summary>
/// Internal object to represent the way in which email may be sent.
- /// The library supports sending through either SMTP or REST interfaces.
+ /// The library supports sending through either SMTP or Web interfaces.
/// </summary>
public enum TransportType
{
|