Skip to content

Commit

Permalink
Update summary of EquivalencyValidator.cs (fluentassertions#1991)
Browse files Browse the repository at this point in the history
As discussed in person with @dennisdoomen the summary was not strictly correct.
  • Loading branch information
Wolgo authored and jnyrup committed Oct 22, 2022
1 parent c704103 commit 673ed58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/FluentAssertions/Equivalency/EquivalencyValidator.cs
Expand Up @@ -5,7 +5,7 @@
namespace FluentAssertions.Equivalency;

/// <summary>
/// Is responsible for validating the equality of one or more properties of a subject with another object.
/// Is responsible for validating the equivalency of a subject with another object.
/// </summary>
public class EquivalencyValidator : IEquivalencyValidator
{
Expand Down

0 comments on commit 673ed58

Please sign in to comment.