Correct doc comment for ApiConventionTypeMatchBehavior (#7861)

This commit is contained in:
Jeremy Lawrence 2019-03-05 17:43:59 -05:00 committed by Pranav K
parent b90220ad05
commit a1f544b62f
1 changed files with 2 additions and 2 deletions

View File

@ -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,
}
}
}