Skip to content

Commit 4368df2

Browse files
committed
Summary fix
1 parent 943b2a8 commit 4368df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Orm/Xtensive.Orm/Linq/FastExpression.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public static LambdaExpression Lambda(Type delegateType, Expression body, params
3232
/// <summary>
3333
/// Generates <see cref="LambdaExpression"/> faster than <see cref="Expression.Lambda(Type,Expression,ParameterExpression[])"/>.
3434
/// </summary>
35-
/// <param name="delegateType">A type that represents a delegate type.</param>
35+
/// <typeparam name="TDelegate">A type that represents a delegate type.</typeparam>
3636
/// <param name="body">The body of lambda expression.</param>
3737
/// <param name="parameters">The parameters of lambda expression.</param>
3838
/// <returns>Constructed lambda expression.</returns>

0 commit comments

Comments
 (0)