Skip to content

Commit

Permalink
Fixing build break by updating comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkm committed Aug 26, 2014
1 parent 5beed03 commit ddea73b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Microsoft.AspNet.Mvc.Core/MvcOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ public RazorViewEngineOptions ViewEngineOptions
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>();
Expand Down

0 comments on commit ddea73b

Please sign in to comment.