Skip to content

Commit

Permalink
Fix typo in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMissal authored and JeremySkinner committed Mar 25, 2023
1 parent 783fde1 commit 56313e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FluentValidation/AbstractValidator.cs
Expand Up @@ -497,7 +497,7 @@ protected virtual void EnsureInstanceNotNull(object instanceToValidate)
=> instanceToValidate.Guard("Cannot pass null model to Validate.", nameof(instanceToValidate));

/// <summary>
/// Determines if validation should occtur and provides a means to modify the context and ValidationResult prior to execution.
/// Determines if validation should occur and provides a means to modify the context and ValidationResult prior to execution.
/// If this method returns false, then the ValidationResult is immediately returned from Validate/ValidateAsync.
/// </summary>
/// <param name="context"></param>
Expand Down

0 comments on commit 56313e7

Please sign in to comment.