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

Commit 1a742c5

Browse files
authored
Merge branch 'master' into dev
2 parents 989af3b + 6e336b9 commit 1a742c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Microsoft.Azure.ServiceBus/Message.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ public TimeSpan TimeToLive
238238
/// </remarks>
239239
public string To { get; set; }
240240

241-
/// <summary>Gets or sets the content tpye descriptor.</summary>
241+
/// <summary>Gets or sets the content type descriptor.</summary>
242242
/// <value>RFC2045 Content-Type descriptor.</value>
243243
/// <remarks>
244244
/// Optionally describes the payload of the message, with a descriptor following the format of
@@ -517,4 +517,4 @@ void ThrowIfNotReceived()
517517
}
518518
}
519519
}
520-
}
520+
}

0 commit comments

Comments
 (0)