Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nemakam authored Sep 28, 2018
2 parents 989af3b + 6e336b9 commit 1a742c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Microsoft.Azure.ServiceBus/Message.cs
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ public TimeSpan TimeToLive
/// </remarks>
public string To { get; set; }

/// <summary>Gets or sets the content tpye descriptor.</summary>
/// <summary>Gets or sets the content type descriptor.</summary>
/// <value>RFC2045 Content-Type descriptor.</value>
/// <remarks>
/// Optionally describes the payload of the message, with a descriptor following the format of
Expand Down Expand Up @@ -517,4 +517,4 @@ void ThrowIfNotReceived()
}
}
}
}
}

0 comments on commit 1a742c5

Please sign in to comment.