Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply suggestions from code review in the runtime triple slash commen…
…ts PR
  • Loading branch information
carlossanlop authored Aug 30, 2022
commit 0e5ba1d7808e24bb07d0d423b00a5719017bf09e
2 changes: 1 addition & 1 deletion xml/System.Formats.Tar/GnuTarEntry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Even though the <xref:System.Formats.Tar.TarEntryFormat.Gnu> format is not POSIX

-or-

The entry type of <paramref name="other" /> is not supported in GNU.</exception>
The entry type of <paramref name="other" /> is not supported in the GNU format.</exception>
<exception cref="T:System.FormatException">The format of <paramref name="other" /> is invalid.</exception>
</Docs>
</Member>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Formats.Tar/PaxTarEntry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

-or-

The entry type of <paramref name="other" /> is not supported in PAX.</exception>
The entry type of <paramref name="other" /> is not supported in the PAX format.</exception>
<exception cref="T:System.FormatException">The format of <paramref name="other" /> is invalid.</exception>
</Docs>
</Member>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Formats.Tar/TarReader.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ The <xref:System.Formats.Tar.TarEntry.DataStream> property of any entry can be r
</ReturnValue>
<Parameters />
<Docs>
<summary>Asynchronously 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.</summary>
<summary>Asynchronously disposes the current <see cref="T:System.Formats.Tar.TarReader" /> instance, and closes 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>
<returns>A value task that represents the asynchronous dispose operation.</returns>
<remarks>
<format type="text/markdown"><![CDATA[
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Formats.Tar/UstarTarEntry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

-or-

The entry type of <paramref name="other" /> is not supported in Ustar.</exception>
The entry type of <paramref name="other" /> is not supported in the Ustar format.</exception>
<exception cref="T:System.FormatException">The format of <paramref name="other" /> is invalid.</exception>
</Docs>
</Member>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Formats.Tar/V7TarEntry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

-or-

The entry type of <paramref name="other" /> is not supported in V7.</exception>
The entry type of <paramref name="other" /> is not supported in the V7 format.</exception>
<exception cref="T:System.FormatException">The format of <paramref name="other" /> is invalid.</exception>
</Docs>
</Member>
Expand Down