Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 5c022c7

Browse files
authored
Merge pull request #52 from ibocon/patch-1
Fix typo
2 parents 3755ac5 + 10b7377 commit 5c022c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

101-linq-samples/docs/conversions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# LINQ - Conversion Operators
22

3-
The methods `ToArray`, `ToArray`, `ToDictionary`, and `OfType` provide ways to convert LINQ results to collections.
3+
The methods `ToArray`, `ToList`, `ToDictionary`, and `OfType` provide ways to convert LINQ results to collections.
44

55
## Convert to an array
66

0 commit comments

Comments
 (0)