Skip to content

Commit 7d1da64

Browse files
author
Ron Petrusha
committed
derge branch 'stdfmt' of https://github.com/rpetrusha/dotnet-api-docs into stdfmt
Incorporated Maira's changes.
2 parents 9d94e89 + 1dfe80e commit 7d1da64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.Buffers/StandardFormat.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ A `StandardFormat` object consists of a single character standard format specifi
6969

7070
-or-
7171

72-
<paramref name="symbol" /> cannot be converted to a <xref:System.Byte>.
72+
<paramref name="symbol" /> cannot be converted to a <see cref="T:System.Byte" />.
7373

7474
</exception>
7575
</Docs>
@@ -199,7 +199,7 @@ Two <xref:System.Buffers.StandardFormat> instances are equal if their <xref:Syst
199199
</AssemblyInfo>
200200
<ReturnValue>
201201
<ReturnType>System.Boolean</ReturnType>
202-
</ReturnValue>a
202+
</ReturnValue>
203203
<Docs>
204204
<summary>Gets a value that indicates whether a format has a defined precision.</summary>
205205
<value><see langword="true" /> if the format has a precision other than <see cref="F:System.Buffers.StandardFormat.NoPrecision" ?>; otherwise, <see langword="false" />.</value>
@@ -584,4 +584,4 @@ The string representation of a <xref:System.Buffers.StandardFormat> instance is
584584
</Docs>
585585
</Member>
586586
</Members>
587-
</Type>
587+
</Type>

0 commit comments

Comments
 (0)