From d6f8ca8de6f75ffac7b8f37da4ed757f69dd09f0 Mon Sep 17 00:00:00 2001 From: Lukas Gasselsberger | alu-one Date: Wed, 6 Apr 2022 11:54:22 +0200 Subject: [PATCH] Minor summary typo --- .../GenericCollectionAssertionOfStringSpecs.AllSatisfy.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/FluentAssertions.Specs/Collections/GenericCollectionAssertionOfStringSpecs.AllSatisfy.cs b/Tests/FluentAssertions.Specs/Collections/GenericCollectionAssertionOfStringSpecs.AllSatisfy.cs index f050ad926f..ffe55530f6 100644 --- a/Tests/FluentAssertions.Specs/Collections/GenericCollectionAssertionOfStringSpecs.AllSatisfy.cs +++ b/Tests/FluentAssertions.Specs/Collections/GenericCollectionAssertionOfStringSpecs.AllSatisfy.cs @@ -5,7 +5,7 @@ namespace FluentAssertions.Specs.Collections { /// - /// This part contains tests that address for AllSatisfy + /// This part contains tests that address AllSatisfy /// public partial class GenericCollectionAssertionOfStringSpecs {