Skip to content

Commit 92cdb22

Browse files
nschonniBillWagner
authored andcommitted
typo: specied -> specified (dotnet#2144)
- succedded -> succeeded
1 parent c37bef6 commit 92cdb22

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

xml/System.ServiceModel.Description/ServiceHealthModel+ServicePropertiesModel.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
</Parameters>
5858
<Docs>
5959
<param name="serviceHost">The WCF service to monitor.</param>
60-
<summary>Initializes an instance of the <see cref="T:System.ServiceModel.Description.ServiceHealthModel.ServicePropertiesModel" /> class that provides property information for the specied WCF service.</summary>
60+
<summary>Initializes an instance of the <see cref="T:System.ServiceModel.Description.ServiceHealthModel.ServicePropertiesModel" /> class that provides property information for the specified WCF service.</summary>
6161
<remarks>To be added.</remarks>
6262
<exception cref="T:System.ArgumentNullException">
6363
<paramref name="serviceHost" /> is <see langword="null" />.</exception>

xml/System/DateTimeOffset.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5610,8 +5610,8 @@ Me.ToUtcDateTime().ToFileTime()
56105610
<param name="format">A format specifier that defines the required format of <paramref name="input" />.</param>
56115611
<param name="formatProvider">An object that supplies culture-specific formatting information about <paramref name="input" />.</param>
56125612
<param name="styles">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="input" />. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" /></param>
5613-
<param name="result">When the method returns, contains the <see cref="T:System.DateTimeOffset" /> equivalent to the date and time of <paramref name="input" />, if the conversion succedded, or <see cref="F:System.DateTimeOffset.MinValue" /> if the conversion failed. The conversion fails if the </param>
5614-
<summary>Converts the representation of a date and time in a character span to its <see cref="System.DateTimeOffset" /> equivalent using the specified format, culture-specific format information, and style. The format of the date and time representation must match the specied format exactly.</summary>
5613+
<param name="result">When the method returns, contains the <see cref="T:System.DateTimeOffset" /> equivalent to the date and time of <paramref name="input" />, if the conversion succeeded, or <see cref="F:System.DateTimeOffset.MinValue" /> if the conversion failed. The conversion fails if the </param>
5614+
<summary>Converts the representation of a date and time in a character span to its <see cref="System.DateTimeOffset" /> equivalent using the specified format, culture-specific format information, and style. The format of the date and time representation must match the specified format exactly.</summary>
56155615
<returns>
56165616
<see langword="true" /> if the <paramref name="input" /> parameter is successfully converted; otherwise, <see langword="false" />.</returns>
56175617
<remarks>

0 commit comments

Comments
 (0)