Skip to content

Commit

Permalink
Update summary of EquivalencyValidator.cs (#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 committed Sep 9, 2022
1 parent 22b82e7 commit d25db58
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 d25db58

Please sign in to comment.