Update IControllerModelConvention.cs

This commit is contained in:
Steve Smith 2016-11-29 15:50:30 -05:00 committed by Kiran Challa
parent b2f0438562
commit de1b763d96
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
namespace Microsoft.AspNetCore.Mvc.ApplicationModels
{
/// <summary>
/// Allows customization of the of the <see cref="ControllerModel"/>.
/// Allows customization of the <see cref="ControllerModel"/>.
/// </summary>
/// <remarks>
/// To use this interface, create an <see cref="System.Attribute"/> class which implements the interface and
@ -22,4 +22,4 @@ namespace Microsoft.AspNetCore.Mvc.ApplicationModels
/// <param name="controller">The <see cref="ControllerModel"/>.</param>
void Apply(ControllerModel controller);
}
}
}