From 63940bee87a36b221ff26ed03166cedbce3fe756 Mon Sep 17 00:00:00 2001 From: Hao Kung Date: Mon, 12 Jan 2015 11:47:08 -0800 Subject: [PATCH] Fix doc comments --- src/Microsoft.AspNet.Mvc.Core/UrlHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNet.Mvc.Core/UrlHelper.cs b/src/Microsoft.AspNet.Mvc.Core/UrlHelper.cs index 9d8bbfa1ee..f9fda02176 100644 --- a/src/Microsoft.AspNet.Mvc.Core/UrlHelper.cs +++ b/src/Microsoft.AspNet.Mvc.Core/UrlHelper.cs @@ -25,7 +25,7 @@ namespace Microsoft.AspNet.Mvc /// Initializes a new instance of the class using the specified action context and /// action selector. /// - /// The to access the action context + /// The to access the action context /// of the current request. /// The to be used for verifying the correctness of /// supplied parameters for a route.