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
{
/// <summary>
/// Gets set of <see cref="IClientModelValidator"/>s
/// by updating <see cref="ClientValidatorProviderContext.Validators"/>.
/// Gets set of <see cref="IClientModelValidator"/>s by updating
/// <see cref="ClientValidatorItem.Validator"/> in <see cref="ClientValidatorProviderContext.Results"/>.
/// </summary>
/// <param name="context">The <see cref="ClientModelValidationContext"/> associated with this call.</param>
void GetValidators(ClientValidatorProviderContext context);