Correct doc comment for ApiConventionTypeMatchBehavior (#7861)
This commit is contained in:
parent
b90220ad05
commit
a1f544b62f
|
|
@ -4,7 +4,7 @@
|
||||||
namespace Microsoft.AspNetCore.Mvc.ApiExplorer
|
namespace Microsoft.AspNetCore.Mvc.ApiExplorer
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The behavior for matching the name of a convention parameter.
|
/// The behavior for matching the type of a convention parameter.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public enum ApiConventionTypeMatchBehavior
|
public enum ApiConventionTypeMatchBehavior
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue