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