Skip to content

Commit 275d49b

Browse files
v-makoudBillWagner
authored andcommitted
L89834: Removing extra space (#2510)
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version.
1 parent 7fa7c50 commit 275d49b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

xml/System.Reflection.Metadata/MetadataReaderProvider.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@
145145
<summary>Creates a provider for a stream of the specified size beginning at its current position.</summary>
146146
<returns>The new provider.</returns>
147147
<remarks>
148-
<format type="text/markdown">
149-
<![CDATA[
148+
<format type="text/markdown"><![CDATA[
150149
151150
Unless <xref:F:System.Reflection.Metadata.MetadataStreamOptions.LeaveOpen> is specified, ownership of the stream is transferred to the <xref:T:System.Reflection.Metadata.MetadataReaderProvider> upon successful argument validation. It will be disposed by the <xref:T:System.Reflection.Metadata.MetadataReaderProvider> and the caller must not manipulate it.
152151
@@ -253,8 +252,7 @@ If <xref:F:System.Reflection.Metadata.MetadataStreamOptions.PrefetchMetadata>, t
253252
<summary>Creates a provider for a stream of the specified size beginning at its current position.</summary>
254253
<returns>A <see cref="T:System.Reflection.Metadata.MetadataReaderProvider" /> instance.</returns>
255254
<remarks>
256-
<format type="text/markdown">
257-
<![CDATA[
255+
<format type="text/markdown"><![CDATA[
258256
259257
Unless <xref:F:System.Reflection.Metadata.MetadataStreamOptions.LeaveOpen> is specified, ownership of the stream is transferred to the <xref:T:System.Reflection.Metadata.MetadataReaderProvider> upon successful argument validation. It will be disposed by the <xref:T:System.Reflection.Metadata.MetadataReaderProvider> and the caller must not manipulate it.
260258

0 commit comments

Comments
 (0)