Skip to content

Commit

Permalink
Fix typo in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MAS-OUD committed Mar 7, 2023
1 parent 3fd0aca commit 67042d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FluentValidation/AbstractValidator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ ValueTask<ValidationResult> completedValueTask
}

/// <summary>
/// Defines a validation rule for a specify property.
/// Defines a validation rule for a specific property.
/// </summary>
/// <example>
/// RuleFor(x => x.Surname)...
Expand Down

0 comments on commit 67042d8

Please sign in to comment.