Fix doc comments

This commit is contained in:
Hao Kung 2015-01-12 11:47:08 -08:00
parent 157b633758
commit 63940bee87
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ namespace Microsoft.AspNet.Mvc
/// Initializes a new instance of the <see cref="UrlHelper"/> class using the specified action context and
/// action selector.
/// </summary>
/// <param name="contextAccessor">The <see cref="IContextAccessor{TContext}"/> to access the action context
/// <param name="contextAccessor">The <see cref="IScopedInstance{TContext}"/> to access the action context
/// of the current request.</param>
/// <param name="actionSelector">The <see cref="IActionSelector"/> to be used for verifying the correctness of
/// supplied parameters for a route.