Skip to content

Commit b3d78fe

Browse files
authored
Apply suggestions from code review
1 parent c585243 commit b3d78fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xml/System.Formats.Tar/TarReader.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
</ReturnValue>
7373
<Parameters />
7474
<Docs>
75-
<summary>&gt;Disposes the current <see cref="T:System.Formats.Tar.TarReader" /> instance, and disposes the streams of all the entries that were read from the archive if the <c>leaveOpen</c> argument was set to <see langword="false" /> in the constructor.</summary>
75+
<summary>Disposes the current <see cref="T:System.Formats.Tar.TarReader" /> instance, and disposes the streams of all the entries that were read from the archive if the <c>leaveOpen</c> argument was set to <see langword="false" /> in the constructor.</summary>
7676
<remarks>The <see cref="P:System.Formats.Tar.TarEntry.DataStream" /> property of any entry can be replaced with a new stream. If the user decides to replace it on a <see cref="T:System.Formats.Tar.TarEntry" /> instance that was obtained using a <see cref="T:System.Formats.Tar.TarReader" />, the underlying stream gets disposed immediately, freeing the <see cref="T:System.Formats.Tar.TarReader" /> of origin from the responsibility of having to dispose it.</remarks>
7777
</Docs>
7878
</Member>

xml/System/Decimal.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6600,7 +6600,7 @@ If you specify <xref:System.MidpointRounding.ToEven> or <xref:System.MidpointRou
66006600
</Parameters>
66016601
<Docs>
66026602
<param name="value">The value whose sign is to be computed.</param>
6603-
<param name="d">To be added.</param>
6603+
<param name="d">The value whose sign is to be computed.</param>
66046604
<summary>Computes the sign of a value.</summary>
66056605
<returns>A positive value if <paramref name="value" /> is positive, <see cref="P:System.Numerics.INumberBase`1.Zero" /> if <paramref name="value" /> is zero, and a negative value if <paramref name="value" /> is negative.</returns>
66066606
<remarks>

0 commit comments

Comments
 (0)