Fixing xml doc comment in ApplicationModelConventionExtensions.cs

This commit is contained in:
Pranav K 2015-02-10 14:03:34 -08:00
parent 70ce04ff21
commit db0841d00d
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ namespace Microsoft.AspNet.Mvc
/// <summary>
/// Adds a <see cref="IActionModelConvention"/> to all the actions 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="actionModelConvention">The <see cref="IActionModelConvention"/> which needs to be
/// added.</param>