Fixing up an error in the XML Comments (#5888)

This commit is contained in:
Steve Gordon 2017-03-06 19:07:16 +00:00 committed by Doug Bunting
parent de1d0919e5
commit b6a6b50776
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ namespace Microsoft.AspNetCore.Mvc.ApplicationModels
/// place it on an action method.
///
/// <see cref="IActionModelConvention"/> customizations run after
/// <see cref="IActionModelConvention"/> customizations and before
/// <see cref="IControllerModelConvention"/> customizations and before
/// <see cref="IParameterModelConvention"/> customizations.
/// </remarks>
public interface IActionModelConvention