Skip to content

Commit dbc9158

Browse files
v-makoudRon Petrusha
authored andcommitted
L89834: Removing extra spaces (#2485)
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version.
1 parent a3099b7 commit dbc9158

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
@@ -154,8 +154,7 @@ Unless <xref:F:System.Reflection.Metadata.MetadataStreamOptions.PrefetchMetadata
154154
155155
If <xref:F:System.Reflection.Metadata.MetadataStreamOptions.PrefetchMetadata>, the <xref:T:System.Reflection.Metadata.MetadataReaderProvider> will have read all of the data requested during construction. As such, if <xref:F:System.Reflection.Metadata.MetadataStreamOptions.LeaveOpen> is also specified, the caller retains full ownership of the stream and is assured that it will not be manipulated by the <xref:T:System.Reflection.Metadata.MetadataReaderProvider> after construction.
156156
157-
]]>
158-
</format>
157+
]]></format>
159158
</remarks>
160159
<exception cref="T:System.ArgumentNullException"><paramref name="stream" /> is <see langword="null" />.</exception>
161160
<exception cref="T:System.ArgumentException"><paramref name="stream" /> doesn't support read and seek operations.</exception>
@@ -263,8 +262,7 @@ Unless <xref:F:System.Reflection.Metadata.MetadataStreamOptions.PrefetchMetadata
263262
264263
If <xref:F:System.Reflection.Metadata.MetadataStreamOptions.PrefetchMetadata>, the <xref:T:System.Reflection.Metadata.MetadataReaderProvider> will have read all of the data requested during construction. As such, if <xref:F:System.Reflection.Metadata.MetadataStreamOptions.LeaveOpen> is also specified, the caller retains full ownership of the stream and is assured that it will not be manipulated by the <xref:T:System.Reflection.Metadata.MetadataReaderProvider> after construction.
265264
266-
]]>
267-
</format>
265+
]]></format>
268266
</remarks>
269267
<exception cref="T:System.ArgumentNullException"><paramref name="stream" /> is <see langword="null" />.</exception>
270268
<exception cref="T:System.ArgumentException"><paramref name="stream" /> doesn't support read and seek operations.</exception>

0 commit comments

Comments
 (0)