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 +}