Skip to content

Commit 1ed96ca

Browse files
authored
remove includes from summary (#3349)
1 parent c6ba9b2 commit 1ed96ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

xml/ns-System.Collections.Immutable.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<Namespace Name="System.Collections.Immutable">
22
<Docs>
3-
<summary>The <see cref="N:System.Collections.Immutable" /> namespace contains interfaces and classes that define immutable collections. These classes are supported starting with [!INCLUDE[net_v45](~/includes/net-v45-md.md)]. Use them to build apps that target the desktop, [!INCLUDE[win8_appstore_long](~/includes/win8-appstore-long-md.md)], [!INCLUDE[net_portable](~/includes/net-portable-md.md)] and Windows Phone 8.</summary>
3+
<summary>The <see cref="N:System.Collections.Immutable" /> namespace contains interfaces and classes that define immutable collections.</summary>
44
<remarks>
55
<format type="text/markdown"><![CDATA[
6+
67
## Remarks
8+
79
With immutable collections, you can:
810
911
- Share a collection in a way that its consumer can be assured that the collection never changes.

0 commit comments

Comments
 (0)