Skip to content

Commit 699678c

Browse files
v-maudelRon Petrusha
authored andcommitted
L104991: Removing spaces to avoid issues in localization process (#2769)
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version. Description: The OPS builds for cs-CZ, pl-PL and tr-TR failed. Extra spaces need to be removed.
1 parent 94a5e84 commit 699678c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

xml/System.Runtime.Loader/AssemblyLoadContext+ContextualReflectionScope.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,13 @@
2020
<Docs>
2121
<summary>Provides a return type used exclusively for <see cref="M:System.Runtime.Loader.AssemblyLoadContext.EnterContextualReflection" />. It is intended to be used as an <see cref="T:System.IDisposable" /> in a <see langword="using" /> block.</summary>
2222
<remarks>
23-
<format type="text/markdown">
24-
<![CDATA[
23+
<format type="text/markdown"><![CDATA[
2524
2625
### Remarks
2726
2827
This is an implementation detail of the <xref:System.Runtime.Loader.AssemblyLoadContext.EnterContextualReflection%2A> APIs. It is a struct, to avoid heap allocation. It is required to be public to avoid boxing.
2928
30-
]]>
31-
</format>
29+
]]></format>
3230
</remarks>
3331
</Docs>
3432
<Members>

0 commit comments

Comments
 (0)