@@ -36,7 +36,7 @@ static partial class MoreEnumerable
36
36
/// for projecting the results is supplied with sequences which preserve their source order.
37
37
/// </remarks>
38
38
/// <typeparam name="TFirst">The type of the elements in the first input sequence</typeparam>
39
- /// <typeparam name="TSecond">The type of the elements in the first input sequence</typeparam>
39
+ /// <typeparam name="TSecond">The type of the elements in the second input sequence</typeparam>
40
40
/// <typeparam name="TKey">The type of the key to use to join</typeparam>
41
41
/// <param name="first">First sequence</param>
42
42
/// <param name="second">Second sequence</param>
@@ -62,7 +62,7 @@ static partial class MoreEnumerable
62
62
/// for projecting the results is supplied with sequences which preserve their source order.
63
63
/// </remarks>
64
64
/// <typeparam name="TFirst">The type of the elements in the first input sequence</typeparam>
65
- /// <typeparam name="TSecond">The type of the elements in the first input sequence</typeparam>
65
+ /// <typeparam name="TSecond">The type of the elements in the second input sequence</typeparam>
66
66
/// <typeparam name="TKey">The type of the key to use to join</typeparam>
67
67
/// <param name="first">First sequence</param>
68
68
/// <param name="second">Second sequence</param>
@@ -93,7 +93,7 @@ static partial class MoreEnumerable
93
93
/// for projecting the results is supplied with sequences which preserve their source order.
94
94
/// </remarks>
95
95
/// <typeparam name="TFirst">The type of the elements in the first input sequence</typeparam>
96
- /// <typeparam name="TSecond">The type of the elements in the first input sequence</typeparam>
96
+ /// <typeparam name="TSecond">The type of the elements in the second input sequence</typeparam>
97
97
/// <typeparam name="TKey">The type of the key to use to join</typeparam>
98
98
/// <typeparam name="TResult">The type of the elements of the resulting sequence</typeparam>
99
99
/// <param name="first">First sequence</param>
@@ -122,7 +122,7 @@ public static IEnumerable<TResult> FullGroupJoin<TFirst, TSecond, TKey, TResult>
122
122
/// for projecting the results is supplied with sequences which preserve their source order.
123
123
/// </remarks>
124
124
/// <typeparam name="TFirst">The type of the elements in the first input sequence</typeparam>
125
- /// <typeparam name="TSecond">The type of the elements in the first input sequence</typeparam>
125
+ /// <typeparam name="TSecond">The type of the elements in the second input sequence</typeparam>
126
126
/// <typeparam name="TKey">The type of the key to use to join</typeparam>
127
127
/// <typeparam name="TResult">The type of the elements of the resulting sequence</typeparam>
128
128
/// <param name="first">First sequence</param>
0 commit comments