From 49fd4ced6369a5631b167a4014a23b924e2197af Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Fri, 13 Dec 2019 11:09:17 -0800 Subject: [PATCH] Update ApiConventionNameMatchBehavior.cs (#17829) --- .../src/ApiExplorer/ApiConventionNameMatchBehavior.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mvc/Mvc.Core/src/ApiExplorer/ApiConventionNameMatchBehavior.cs b/src/Mvc/Mvc.Core/src/ApiExplorer/ApiConventionNameMatchBehavior.cs index b4775fbf05..2d4ed01d93 100644 --- a/src/Mvc/Mvc.Core/src/ApiExplorer/ApiConventionNameMatchBehavior.cs +++ b/src/Mvc/Mvc.Core/src/ApiExplorer/ApiConventionNameMatchBehavior.cs @@ -9,7 +9,7 @@ namespace Microsoft.AspNetCore.Mvc.ApiExplorer public enum ApiConventionNameMatchBehavior { /// - /// 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. /// Any, @@ -36,4 +36,4 @@ namespace Microsoft.AspNetCore.Mvc.ApiExplorer /// Suffix, } -} \ No newline at end of file +}