Skip to content

Commit 3a2941d

Browse files
committed
Fix missing doc
1 parent 739ce82 commit 3a2941d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate/Util/ExpressionsHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public static MemberInfo DecodeMemberAccessExpression<TEntity, TResult>(Expressi
3535
/// <param name="expression">The expression to check.</param>
3636
/// <param name="path">The path of the variable.</param>
3737
/// <param name="closureContext">The closure context where the variable is stored.</param>
38-
/// <returns></returns>
38+
/// <returns>Whether the expression represents a variable.</returns>
3939
internal static bool IsVariable(Expression expression, out string path, out object closureContext)
4040
{
4141
Expression childExpression;

0 commit comments

Comments
 (0)