Skip to content

Commit 018d6b0

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.Collections.Specialized/INotifyCollectionChanged.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
5252
If you have an advanced scenario and want to implement your own collection, consider using <xref:System.Collections.IList>, which provides a non-generic collection of objects that can be individually accessed by index and provides the best performance.
5353
54-
]]> </format>
54+
]]></format>
5555
</remarks>
5656
<related type="ExternalDocumentation" href="https://www.codeproject.com/Articles/1004644/ObservableCollection-Simply-Explained">ObservableCollection Simply Explained</related>
5757
</Docs>
@@ -99,9 +99,9 @@
9999
## Remarks
100100
The event handler receives an argument of type <xref:System.Collections.Specialized.NotifyCollectionChangedEventArgs>,which contains data that is related to this event.
101101
102-
]]> </format>
102+
]]></format>
103103
</remarks>
104104
</Docs>
105105
</Member>
106106
</Members>
107-
</Type>
107+
</Type>

0 commit comments

Comments
 (0)