Skip to content

Commit

Permalink
Fixed broken link for "AsParallel()" approach (#2161)
Browse files Browse the repository at this point in the history
  • Loading branch information
HannaBorodina authored Jul 31, 2023
1 parent c87fa89 commit d959f08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ private static Dictionary<char, int> AddCount(Dictionary<char, int> letterCounts
This approach uses the [`AsParallel()` method][as-parallel] to parallelize a LINQ query.
For more information, check the [`AsParallel()` approach][approach-as-parallel].

[approach-as-parallel]: https://exercism.org/tracks/csharp/exercises/gigasecond/approaches/as-parallel
[approach-as-parallel]: https://exercism.org/tracks/csharp/exercises/parallel-letter-frequency/approaches/as-parallel
[as-parallel]: https://learn.microsoft.com/en-us/dotnet/api/system.linq.parallelenumerable.asparallel

0 comments on commit d959f08

Please sign in to comment.