summaryrefslogtreecommitdiffstats
path: root/SendGrid/SendGridMail/ISendGrid.cs
diff options
context:
space:
mode:
Diffstat (limited to 'SendGrid/SendGridMail/ISendGrid.cs')
-rwxr-xr-xSendGrid/SendGridMail/ISendGrid.cs2
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
{