From bc3d4aaafa35c2bac31a9115dd25c11474f4da76 Mon Sep 17 00:00:00 2001 From: omaus Date: Thu, 7 Mar 2024 16:00:30 +0100 Subject: [PATCH] Update XML tags according to renaming --- src/ARCExpect/ValidationFunctions.fs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ARCExpect/ValidationFunctions.fs b/src/ARCExpect/ValidationFunctions.fs index 41ec959..b0e75cd 100644 --- a/src/ARCExpect/ValidationFunctions.fs +++ b/src/ARCExpect/ValidationFunctions.fs @@ -153,9 +153,9 @@ module Validate = |> Expecto.Tests.failtestNoStackf "%s" /// - /// Validates if all elements in the given IParam collection satisfy the projection function. + /// Validates if all elements in the given IParam collection satisfy the predicate function. /// - /// A function that evaluates to true if the element satisfies the requirements. + /// A function that evaluates to true if the element satisfies the requirements. /// The IParam collection to validate. static member AllItemsSatisfyPredicate (predicate : #IParam -> bool) (paramCollection : #seq<#IParam>) = use en = paramCollection.GetEnumerator()