Update ApiConventionNameMatchBehavior.cs (#17829)

This commit is contained in:
Rick Anderson 2019-12-13 11:09:17 -08:00 committed by Pranav K
parent 4310fa72f7
commit 49fd4ced63
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ namespace Microsoft.AspNetCore.Mvc.ApiExplorer
public enum ApiConventionNameMatchBehavior
{
/// <summary>
/// Matches any name. Use this if the parameter or method name does not need to be matched.
/// Matches any name. Use this if the parameter does not need to be matched.
/// </summary>
Any,
@ -36,4 +36,4 @@ namespace Microsoft.AspNetCore.Mvc.ApiExplorer
/// </summary>
Suffix,
}
}
}