Skip to content

Commit

Permalink
Update XML tags according to renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
omaus committed Mar 7, 2024
1 parent b008d98 commit bc3d4aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ARCExpect/ValidationFunctions.fs
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ module Validate =
|> Expecto.Tests.failtestNoStackf "%s"

/// <summary>
/// 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.
/// </summary>
/// <param name="projection">A function that evaluates to true if the element satisfies the requirements.</param>
/// <param name="predicate">A function that evaluates to true if the element satisfies the requirements.</param>
/// <param name="paramCollection">The IParam collection to validate.</param>
static member AllItemsSatisfyPredicate (predicate : #IParam -> bool) (paramCollection : #seq<#IParam>) =
use en = paramCollection.GetEnumerator()
Expand Down

0 comments on commit bc3d4aa

Please sign in to comment.