From f198efdbbb1da7e76a606a77e165650d6d4489b8 Mon Sep 17 00:00:00 2001 From: Oliver Seitz Date: Sat, 5 Feb 2022 18:41:58 +0100 Subject: [PATCH] PR feedback, refere to ThenExcluding instead of NestedExclusionOptionBuilder --- Src/FluentAssertions/Equivalency/EquivalencyAssertionOptions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/FluentAssertions/Equivalency/EquivalencyAssertionOptions.cs b/Src/FluentAssertions/Equivalency/EquivalencyAssertionOptions.cs index 9f8707dadf..bf0cb57688 100644 --- a/Src/FluentAssertions/Equivalency/EquivalencyAssertionOptions.cs +++ b/Src/FluentAssertions/Equivalency/EquivalencyAssertionOptions.cs @@ -41,7 +41,7 @@ public EquivalencyAssertionOptions Excluding(Expression /// Excludes the specified (nested) member from the structural equality check. - /// Allows to navigate deeper by using the returned . + /// Allows to navigate deeper by using . /// public NestedExclusionOptionBuilder Excluding(Expression>> expression) {