Fixing build break by updating comment

This commit is contained in:
Pranav K 2014-08-26 12:14:42 -07:00
parent 5beed03b10
commit ddea73b934
1 changed files with 2 additions and 1 deletions

View File

@ -92,7 +92,8 @@ namespace Microsoft.AspNet.Mvc
public List<ModelBinderDescriptor> ModelBinders { get; private set; }
/// <summary>
/// Get a list of the <see cref="IModelValidatorProvider" />s used by this application.
/// Get a list of the <see cref="ModelValidatorProviderDescriptor" />s used by
/// <see cref="ModelBinding.CompositeModelValidatorProvider"/>.
/// </summary>
public List<ModelValidatorProviderDescriptor> ModelValidatorProviders { get; } =
new List<ModelValidatorProviderDescriptor>();