Skip to content

Commit

Permalink
Merge pull request #688 from ryan27968/patch-1
Browse files Browse the repository at this point in the history
Fix mixup of Response.Body and Response.Header summaries
  • Loading branch information
thinkingserious authored Aug 21, 2018
2 parents e5e62f4 + 4676b59 commit b63ba3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SendGrid/Response.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public HttpStatusCode StatusCode
}

/// <summary>
/// Gets or sets the response headers returned from SendGrid.
/// Gets or sets the response body returned from SendGrid.
/// </summary>
public HttpContent Body
{
Expand All @@ -79,7 +79,7 @@ public HttpContent Body
}

/// <summary>
/// Gets or sets the response body returned from SendGrid.
/// Gets or sets the response headers returned from SendGrid.
/// </summary>
public HttpResponseHeaders Headers
{
Expand Down

0 comments on commit b63ba3b

Please sign in to comment.