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 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
{ {