Fixed bad xml documentation

This commit is contained in:
Ajay Bhargav Baaskaran 2016-01-29 10:58:43 -08:00
parent 47351aac7a
commit d6843b5a9d
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ namespace Microsoft.AspNetCore.Mvc.ModelBinding.Validation
public interface IClientModelValidatorProvider public interface IClientModelValidatorProvider
{ {
/// <summary> /// <summary>
/// Gets set of <see cref="IClientModelValidator"/>s /// Gets set of <see cref="IClientModelValidator"/>s by updating
/// by updating <see cref="ClientValidatorProviderContext.Validators"/>. /// <see cref="ClientValidatorItem.Validator"/> in <see cref="ClientValidatorProviderContext.Results"/>.
/// </summary> /// </summary>
/// <param name="context">The <see cref="ClientModelValidationContext"/> associated with this call.</param> /// <param name="context">The <see cref="ClientModelValidationContext"/> associated with this call.</param>
void GetValidators(ClientValidatorProviderContext context); void GetValidators(ClientValidatorProviderContext context);