Skip to content

Commit

Permalink
fix capitalization in ValidationResult constructor summary
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlldd authored and JeremySkinner committed Jul 30, 2023
1 parent 923cbc3 commit 34f9205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FluentValidation/Results/ValidationResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class ValidationResult {
public string[] RuleSetsExecuted { get; set; }

/// <summary>
/// Creates a new validationResult
/// Creates a new ValidationResult
/// </summary>
public ValidationResult() {
_errors = new List<ValidationFailure>();
Expand Down

0 comments on commit 34f9205

Please sign in to comment.