Skip to content

Commit 9d94e89

Browse files
author
Ron Petrusha
committed
Fixed broken links
1 parent ee9bd45 commit 9d94e89

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

xml/System.Buffers/StandardFormat.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Two <xref:System.Buffers.StandardFormat> instances are equal if their <xref:Syst
140140
</Parameters>
141141
<Docs>
142142
<param name="obj">An object to compare to the current instance.</param>
143-
<summary>Returns a value that indicates whether a specified object is a <see cref="T:System.Buffers.StandardFormat"> object that is equal to the current instance.</summary>
143+
<summary>Returns a value that indicates whether a specified object is a <see cref="T:System.Buffers.StandardFormat" /> object that is equal to the current instance.</summary>
144144
<returns><see langword="true" /> if the two instances are equal; otherwise, <see langword="false" />.</returns>
145145
<remarks>
146146
<format type="text/markdown"><![CDATA[
@@ -202,7 +202,7 @@ Two <xref:System.Buffers.StandardFormat> instances are equal if their <xref:Syst
202202
</ReturnValue>a
203203
<Docs>
204204
<summary>Gets a value that indicates whether a format has a defined precision.</summary>
205-
<value><see langword="true" /> if the format has a precision other than <see cref="F:System.Buffers.StandardFormat.NoPrecision">; otherwise, <see langword="false" />.</value>
205+
<value><see langword="true" /> if the format has a precision other than <see cref="F:System.Buffers.StandardFormat.NoPrecision" ?>; otherwise, <see langword="false" />.</value>
206206
<remarks>To be added.</remarks>
207207
</Docs>
208208
</Member>
@@ -319,9 +319,9 @@ A default format has a format specifier whose <xref:System.Byte> value is 0 and
319319
<Parameter Name="right" Type="System.Buffers.StandardFormat" />
320320
</Parameters>
321321
<Docs>
322-
<param name="left">To be added.</param>
323-
<param name="right">To be added.</param>
324-
<summary>Returns a value that indicates whether two <see cref="T:System.Buffers.StandardFormat"> instances are equal.</summary>
322+
<param name="left">The first format to compare.</param>
323+
<param name="right">The second format to compare.</param>
324+
<summary>Returns a value that indicates whether two <see cref="T:System.Buffers.StandardFormat" /> instances are equal.</summary>
325325
<returns><see langword="true" /> if the two instances are equal; otherwise, <see langword="false" />.</returns>
326326
<remarks>
327327
<format type="text/markdown"><![CDATA[
@@ -357,7 +357,7 @@ Two <xref:System.Buffers.StandardFormat> instances are equal if their <xref:Syst
357357
<Parameter Name="symbol" Type="System.Char" />
358358
</Parameters>
359359
<Docs>
360-
<param name="symbol">To be added.</param>
360+
<param name="symbol">The character to convert to a <see cref="T:System.Buffers.StandardFormat" /> value.</param>
361361
<summary>Converts a character to a <see cref="T:System.Buffers.StandardFormat" /> instance using <see cref="F:System.Buffers.StandardFormat.NoPrecision" /> precision.</summary>
362362
<returns>A format with a <see cref="P:System.Buffers.StandardFormat.Symbol" /> property equal to <paramref name="symbol" /> and a <see cref="P:System.Buffers.StandardFormat.Precision" /> property equal to <see cref="F:System.Buffers.StandardFormat.NoPrecision" />.</returns>
363363
<remarks>To be added.</remarks>
@@ -427,9 +427,9 @@ Two <xref:System.Buffers.StandardFormat> instances are unequal if their <xref:Sy
427427
<Parameter Name="format" Type="System.ReadOnlySpan&lt;System.Char&gt;" />
428428
</Parameters>
429429
<Docs>
430-
<param name="format">To be added.</param>
430+
<param name="format">A read-only span that contains the character to parse.</param>
431431
<summary>Converts a <see cref="T:System.ReadOnlySpan{System.Char}" /> into a <see cref="T:System.Buffers.StandardFormat" /> instance using <see cref="F:System.Buffers.StandardFormat.NoPrecision" /> precision.</summary>
432-
<returns>To be added.</returns>
432+
<returns>A value whose <see cref="P:System.Buffers.StandardFormat.Symbol" /> property value is the character in <paramref name="format" /> and whose <see cref="P:System.Buffers.StandardFormat.Precision" /> property value is <see cref="F:System.Buffers.StandardFormat.NoPrecision" />.</returns>
433433
<remarks>To be added.</remarks>
434434
</Docs>
435435
</Member>

0 commit comments

Comments
 (0)