xml doc fix

This commit is contained in:
Ryan Nowak 2015-02-10 16:54:27 -08:00
parent b4d1eec87a
commit 7d56399702
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ namespace Microsoft.AspNet.Mvc
/// <summary>
/// Adds a <see cref="IControllerModelConvention"/> to all the controllers in the application.
/// </summary>
/// <param name="conventions">The list of <see cref="IApplicationModelConvention">
/// <param name="conventions">The list of <see cref="IApplicationModelConvention"/>
/// in <see cref="MvcOptions"/>.</param>
/// <param name="controllerModelConvention">The <see cref="IControllerModelConvention"/> which needs to be
/// added.</param>