Skip to content

Commit ff94eb5

Browse files
Merge pull request dotnet#7126 from jbhensley/7119
Fix missing space
2 parents 06ff57e + d26655c commit ff94eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Linq/Enumerable.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11102,7 +11102,7 @@ If `count` is not a positive number, this method returns an identical copy of th
1110211102
## Remarks
1110311103
This method returns zero if `source` contains no elements.
1110411104

11105-
The result doesnot include values that are `null`.
11105+
The result does not include values that are `null`.
1110611106

1110711107
In Visual Basic query expression syntax, an `Aggregate Into Sum()` clause translates to an invocation of <xref:System.Linq.Enumerable.Sum%2A>.
1110811108

0 commit comments

Comments
 (0)