Skip to content

Commit e23e252

Browse files
authored
Update some parameter descriptions (#7501)
1 parent 09e332b commit e23e252

File tree

6 files changed

+2333
-2335
lines changed

6 files changed

+2333
-2335
lines changed

xml/System/Boolean.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1971,8 +1971,8 @@ The <xref:System.Boolean.TrueString> property defines the string representation
19711971
<Parameter Name="charsWritten" Type="System.Int32" RefType="out" Index="1" FrameworkAlternate="netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1;netcore-3.1;net-5.0;net-6.0" />
19721972
</Parameters>
19731973
<Docs>
1974-
<param name="destination">When this method returns, this instance's value formatted as a span of characters.</param>
1975-
<param name="charsWritten">When this method returns, the number of characters that were written in <paramref name="destination" />.</param>
1974+
<param name="destination">The span in which to write this instance's value formatted as a span of characters.</param>
1975+
<param name="charsWritten">When this method returns, contains the number of characters that were written in <paramref name="destination" />.</param>
19761976
<summary>Tries to format the value of the current boolean instance into the provided span of characters.</summary>
19771977
<returns>
19781978
<see langword="true" /> if the formatting was successful; otherwise, <see langword="false" />.</returns>

xml/System/Byte.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2484,7 +2484,7 @@ This member is an explicit interface member implementation. It can be used only
24842484
<Parameter Name="provider" Type="System.IFormatProvider" Index="3" FrameworkAlternate="netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1;netcore-3.1;net-5.0;net-6.0" />
24852485
</Parameters>
24862486
<Docs>
2487-
<param name="destination">When this method returns, this instance's value formatted as a span of characters.</param>
2487+
<param name="destination">The span in which to write this instance's value formatted as a span of characters.</param>
24882488
<param name="charsWritten">When this method returns, the number of characters that were written in <paramref name="destination" />.</param>
24892489
<param name="format">A span containing the charactes that represent a standard or custom format string that defines the acceptable format for <paramref name="destination" />.</param>
24902490
<param name="provider">An optional object that supplies culture-specific formatting information for <paramref name="destination" />.</param>

xml/System/Char.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4770,11 +4770,11 @@ This member is an explicit interface member implementation. It can be used only
47704770
<Parameter Name="formatProvider" Type="System.IFormatProvider" Index="1" FrameworkAlternate="net-6.0" />
47714771
</Parameters>
47724772
<Docs>
4773-
<param name="format">The format to use.
4774-
-or-
4773+
<param name="format">The format to use.
4774+
-or-
47754775
A <see langword="null" /> reference (<see langword="Nothing" /> in Visual Basic) to use the default format defined for the type of the <see cref="T:System.IFormattable" /> implementation.</param>
4776-
<param name="formatProvider">The provider to use to format the value.
4777-
-or-
4776+
<param name="formatProvider">The provider to use to format the value.
4777+
-or-
47784778
A <see langword="null" /> reference (<see langword="Nothing" /> in Visual Basic) to obtain the numeric format information from the current locale setting of the operating system.</param>
47794779
<summary>Formats the value of the current instance using the specified format.</summary>
47804780
<returns>The value of the current instance in the specified format.</returns>
@@ -4812,7 +4812,7 @@ This member is an explicit interface member implementation. It can be used only
48124812
<Parameter Name="provider" Type="System.IFormatProvider" Index="3" FrameworkAlternate="net-6.0" />
48134813
</Parameters>
48144814
<Docs>
4815-
<param name="destination">When this method returns, this instance's value formatted as a span of characters.</param>
4815+
<param name="destination">The span in which to write this instance's value formatted as a span of characters.</param>
48164816
<param name="charsWritten">When this method returns, the number of characters that were written in <paramref name="destination" />.</param>
48174817
<param name="format">A span containing the characters that represent a standard or custom format string that defines the acceptable format for <paramref name="destination" />.</param>
48184818
<param name="provider">An optional object that supplies culture-specific formatting information for <paramref name="destination" />.</param>

0 commit comments

Comments
 (0)