Skip to content

Commit

Permalink
PR feedback, refere to ThenExcluding instead of NestedExclusionOption…
Browse files Browse the repository at this point in the history
…Builder
  • Loading branch information
whymatter committed Feb 5, 2022
1 parent a6ab31e commit f198efd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -41,7 +41,7 @@ public EquivalencyAssertionOptions<TExpectation> Excluding(Expression<Func<TExpe

/// <summary>
/// Excludes the specified (nested) member from the structural equality check.
/// Allows to navigate deeper by using the returned <see cref="NestedExclusionOptionBuilder{TExpectation,TCurrent}"/>.
/// Allows to navigate deeper by using <see cref="NestedExclusionOptionBuilder{TExpectation,TCurrent}.ThenExcluding"/>.
/// </summary>
public NestedExclusionOptionBuilder<TExpectation, TNext> Excluding<TNext>(Expression<Func<TExpectation, IEnumerable<TNext>>> expression)
{
Expand Down

0 comments on commit f198efd

Please sign in to comment.