diff --git a/src/Mvc/Mvc.Core/src/ActionConstraints/HttpMethodActionConstraint.cs b/src/Mvc/Mvc.Core/src/ActionConstraints/HttpMethodActionConstraint.cs index a8a462da7e..6ee65d9f8b 100644 --- a/src/Mvc/Mvc.Core/src/ActionConstraints/HttpMethodActionConstraint.cs +++ b/src/Mvc/Mvc.Core/src/ActionConstraints/HttpMethodActionConstraint.cs @@ -9,7 +9,7 @@ using Microsoft.AspNetCore.Routing; namespace Microsoft.AspNetCore.Mvc.ActionConstraints { /// - /// The implementation of used to enforce + /// The implementation of used to enforce /// HTTP method filtering when MVC is used with legacy /// support. The can be used to determine /// the set of HTTP methods supported by an action.