You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -475,7 +470,7 @@ private class MemberMetadataExtractor : NhExpressionVisitor
475
470
/// <summary>
476
471
/// Traverses the expression from top to bottom until the first <see cref="ConstantExpression"/> containing an IEntityNameProvider instance is found.
477
472
/// </summary>
478
-
/// <param name="expression">The expression to travese.</param>
473
+
/// <param name="expression">The expression to traverse.</param>
479
474
/// <param name="entityName">An output parameter that will be populated by the first <see cref="IEntityNameProvider.EntityName"/> that is found or null otherwise.</param>
480
475
/// <param name="convertType">An output parameter that will be populated only when <see cref="ConstantExpression"/> containing an IEntityNameProvider
481
476
/// is followed by an <see cref="UnaryExpression"/>.</param>
0 commit comments