From 8216bbbce754409773cffc8deee3f71944666118 Mon Sep 17 00:00:00 2001 From: biboete Date: Tue, 9 Jun 2026 19:00:52 +0100 Subject: [PATCH] Fix spacing typo in IEnumerable remarks ("property .You" -> "property. You") Fixes #12726. --- xml/System.Collections.Generic/IEnumerable`1.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Collections.Generic/IEnumerable`1.xml b/xml/System.Collections.Generic/IEnumerable`1.xml index cc2735a8f03..c07fb14ea72 100644 --- a/xml/System.Collections.Generic/IEnumerable`1.xml +++ b/xml/System.Collections.Generic/IEnumerable`1.xml @@ -140,7 +140,7 @@ provides the ability to iterate through the collection by exposing a property .You can use enumerators to read the data in a collection, but not to modify the collection. + The returned provides the ability to iterate through the collection by exposing a property. You can use enumerators to read the data in a collection, but not to modify the collection. Initially, the enumerator is positioned before the first element in the collection. At this position, is undefined. Therefore, you must call the method to advance the enumerator to the first element of the collection before reading the value of .