Skip to content

Commit 9eb0cc9

Browse files
authored
Typo in Remarks of SyndicationFeed.Items Property (#11813)
1 parent f4d3ce3 commit 9eb0cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.ServiceModel.Syndication/SyndicationFeed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1465,7 +1465,7 @@
14651465
## Remarks
14661466
When serialized to Atom 1.0, the <xref:System.ServiceModel.Syndication.SyndicationFeed.Items%2A> collection is written to `<entry>` elements.
14671467
1468-
When serialized to Atom 1.0, the <xref:System.ServiceModel.Syndication.SyndicationFeed.Items%2A> collection is written to `<item>` elements.
1468+
When serialized to RSS 2.0, the <xref:System.ServiceModel.Syndication.SyndicationFeed.Items%2A> collection is written to `<item>` elements.
14691469
14701470
14711471

0 commit comments

Comments
 (0)