Fixing up an error in the XML Comments (#5888)
This commit is contained in:
parent
de1d0919e5
commit
b6a6b50776
|
|
@ -11,7 +11,7 @@ namespace Microsoft.AspNetCore.Mvc.ApplicationModels
|
||||||
/// place it on an action method.
|
/// place it on an action method.
|
||||||
///
|
///
|
||||||
/// <see cref="IActionModelConvention"/> customizations run after
|
/// <see cref="IActionModelConvention"/> customizations run after
|
||||||
/// <see cref="IActionModelConvention"/> customizations and before
|
/// <see cref="IControllerModelConvention"/> customizations and before
|
||||||
/// <see cref="IParameterModelConvention"/> customizations.
|
/// <see cref="IParameterModelConvention"/> customizations.
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
public interface IActionModelConvention
|
public interface IActionModelConvention
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue